diff options
author | Stijn Buys <ingar@osirion.org> | 2008-11-08 13:55:52 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-11-08 13:55:52 +0000 |
commit | 1317b6c1a231f5ccaf4ce11814863c77f93d8921 (patch) | |
tree | a40f44c2e35af301e3607df674252262d7fb9040 /src/dedicated/server.h | |
parent | 67410eb29a8598056f8f3561aab3a130ad4c7a45 (diff) |
renamed server.h to dedicated.h
Diffstat (limited to 'src/dedicated/server.h')
-rw-r--r-- | src/dedicated/server.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/dedicated/server.h b/src/dedicated/server.h deleted file mode 100644 index 4691e91..0000000 --- a/src/dedicated/server.h +++ /dev/null @@ -1,19 +0,0 @@ -/* - server/server.h - This file is part of the Osirion project and is distributed under - the terms and conditions of the GNU General Public License version 2 -*/ - -#ifndef __INCLUDED_SERVER_H__ -#define __INCLUDED_SERVER_H__ - -/// contains classes and functions to run a dedicated server -namespace server { - -/// the server main loop -void main(int count, char **arguments); - -} // namespace server - -#endif // __INCLUDED_SERVER_H__ - |