rewriting and organizing the code
This commit is contained in:
commit
17799309a9
14 changed files with 626 additions and 0 deletions
8
games/forespend/src/server/server.h
Normal file
8
games/forespend/src/server/server.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
|
||||
class server : public program{
|
||||
public:
|
||||
static const char* CONF="server.tdf";
|
||||
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue