removed SDL_net

This commit is contained in:
James Turk 2003-10-20 00:11:58 +00:00
parent df8832e08b
commit e3c764127f

View File

@ -3,7 +3,7 @@
\brief Header file for ZEngine.
Public header file for ZEngine, this is the file that programs that wish to utilize ZEngine should include.
<br>$Id: ZEngine.h,v 1.34 2003/10/06 00:04:11 cozman Exp $<br>
<br>$Id: ZEngine.h,v 1.35 2003/10/20 00:11:58 cozman Exp $<br>
\author James Turk
**/
@ -66,9 +66,5 @@
#include "ZE_ZSound.h"
#include "ZE_ZMusic.h"
#endif
#ifdef USE_SDL_NET
#include "ZE_ZClient.h"
#include "ZE_ZServer.h"
#endif
#endif //__zengine_h__