raze-gles/source/exhumed/src/serial.cpp

27 lines
178 B
C++
Raw Normal View History

#include "typedefs.h"
#include "serial.h"
short bSendBye = kFalse;
void UpdateSerialInputs()
{
}
void ClearSerialInbuf()
{
}
void HangUp()
{
}
void UnInitSerial()
{
}