mirror of
https://github.com/ZDoom/Raze.git
synced 2024-12-16 07:31:23 +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
|