summaryrefslogtreecommitdiff
path: root/games/freeblocks/files/patch-src_game.h
blob: 2ea3e02fc09f4b0eebb28325d51387a355a543b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- src/game.h.orig	2015-03-09 12:48:31 UTC
+++ src/game.h
@@ -21,9 +21,9 @@
 
 #include "sys.h"
 
-bool cursor_moving;
-int cursor_timer;
-int rebind_index;
+extern bool cursor_moving;
+extern int cursor_timer;
+extern int rebind_index;
 
 void gameTitle();
 void gameHighScores();