openmohaa/code/gamespy/common/nitro/wireless.h
2023-02-04 21:00:01 +01:00

7 lines
No EOL
103 B
C

#ifndef _WIRELESS_H_
#define _WIRELESS_H_
void WirelessInit(void);
void WirelessCleanup(void);
#endif