mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-29 14:17:57 +03:00
18 lines
198 B
C
18 lines
198 B
C
![]() |
/******
|
||
|
nonport.h
|
||
|
GameSpy Common Code
|
||
|
|
||
|
Copyright 1999-2007 GameSpy Industries, Inc
|
||
|
|
||
|
devsupport@gamespy.com
|
||
|
******/
|
||
|
|
||
|
#ifndef _NONPORT_H_
|
||
|
#define _NONPORT_H_
|
||
|
|
||
|
|
||
|
#include "common/gsCommon.h"
|
||
|
|
||
|
|
||
|
#endif
|