From 9058b5c0bfc9a05c9004cfbbcdd3bb85d80ed6fc Mon Sep 17 00:00:00 2001 From: oroborus Date: Fri, 2 May 2008 16:57:36 +0000 Subject: - o obsluhu odstaneni streli pri vybuchu sa stara server - server sa _nemusi_ restartovat kazdych 49 dni - uptime sa rata v sekundach, v statuse je aj nazov areny - drobne upravy v kode ( vymazanie mensej duplicity kodu ) git-svn-id: http://opensvn.csie.org/tuxanci_ng@49 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- include/game.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 include/game.h (limited to 'include/game.h') diff --git a/include/game.h b/include/game.h new file mode 100644 index 0000000..6ce694d --- /dev/null +++ b/include/game.h @@ -0,0 +1,9 @@ + +#ifndef GAME_H + +#define GAME_H + +extern void quitGame(); +extern void startGame(); + +#endif -- cgit v1.2.3