mirror of
https://github.com/DrBeef/Raze.git
synced 2025-01-10 03:30:47 +00:00
13 lines
164 B
C
13 lines
164 B
C
|
|
||
|
#ifndef __serial_h__
|
||
|
#define __serial_h__
|
||
|
|
||
|
extern short bSendBye;
|
||
|
|
||
|
void UpdateSerialInputs();
|
||
|
void ClearSerialInbuf();
|
||
|
void HangUp();
|
||
|
void UnInitSerial();
|
||
|
|
||
|
#endif
|