added new screens and getting ready for networking, looking at SDL_net for cross platfrom networking so i dont have to touch windows
This commit is contained in:
11
include/net.h
Normal file
11
include/net.h
Normal file
@@ -0,0 +1,11 @@
|
||||
//Troy Rosin
|
||||
|
||||
#ifndef __netcode_h__
|
||||
#define __netcode_h__
|
||||
|
||||
#define PORT 36911
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user