openmohaa/code/gamespy/common/nitro/wireless.h

7 lines
103 B
C
Raw Permalink Normal View History

2023-02-04 21:00:01 +01:00
#ifndef _WIRELESS_H_
#define _WIRELESS_H_
void WirelessInit(void);
void WirelessCleanup(void);
#endif