From 876fc624df9728ee0feee26e1b31b53ed9ef3326 Mon Sep 17 00:00:00 2001 From: Dusan Durech Date: Sun, 12 Apr 2009 14:29:51 +0200 Subject: convert all name function from oldName to new_name --- src/client/game.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/game.h') 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 -- cgit v1.2.3