mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-08 01:10:40 +00:00
27 lines
178 B
C++
27 lines
178 B
C++
|
|
||
|
#include "typedefs.h"
|
||
|
#include "serial.h"
|
||
|
|
||
|
short bSendBye = kFalse;
|
||
|
|
||
|
|
||
|
void UpdateSerialInputs()
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
void ClearSerialInbuf()
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
void HangUp()
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
void UnInitSerial()
|
||
|
{
|
||
|
|
||
|
}
|