mirror of
https://github.com/ZDoom/Raze.git
synced 2024-12-15 23:20:53 +00:00
936ce5a866
# Conflicts: # platform/Windows/exhumed.vcxproj # platform/Windows/exhumed.vcxproj.filters
12 lines
164 B
C
12 lines
164 B
C
|
|
#ifndef __serial_h__
|
|
#define __serial_h__
|
|
|
|
extern short bSendBye;
|
|
|
|
void UpdateSerialInputs();
|
|
void ClearSerialInbuf();
|
|
void HangUp();
|
|
void UnInitSerial();
|
|
|
|
#endif
|