mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 19:20:46 +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
|