mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
96d328de9b
For some files that had the Doom Source license attached but saw heavy external contributions over the years I added a special note to license all original ZDoom code under BSD.
8 lines
123 B
C
8 lines
123 B
C
#ifndef __I_NET_H__
|
|
#define __I_NET_H__
|
|
|
|
// Called by D_DoomMain.
|
|
bool I_InitNetwork (void);
|
|
void I_NetCmd (void);
|
|
|
|
#endif
|