summaryrefslogtreecommitdiff
path: root/src/client/game.h
diff options
context:
space:
mode:
authorDusan Durech <dusan@debian.debian>2009-04-12 14:29:51 +0200
committerDusan Durech <dusan@debian.debian>2009-04-12 14:29:51 +0200
commit876fc624df9728ee0feee26e1b31b53ed9ef3326 (patch)
treee20814ab6d07fb892284dcee11bc492532bdabaa /src/client/game.h
parentdff1cbc31ca8d585c01f5bebd08e50cf07fd2b0c (diff)
convert all name function from oldName to new_name
Diffstat (limited to 'src/client/game.h')
-rw-r--r--src/client/game.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/game.h b/src/client/game.h
index 981e975..8591fca 100644
--- a/src/client/game.h
+++ b/src/client/game.h
@@ -3,7 +3,7 @@
# define GAME_H
-extern void quitGame();
-extern void startGame();
+extern void game_quit();
+extern void game_start();
#endif