summaryrefslogtreecommitdiff
path: root/src/main/game/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/game/game.h')
-rw-r--r--src/main/game/game.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/game/game.h b/src/main/game/game.h
index 8148645..e98e109 100644
--- a/src/main/game/game.h
+++ b/src/main/game/game.h
@@ -20,6 +20,6 @@
#ifndef __GAME_H__
#define __GAME_H__
-void game_draw_field(int box_size, int x, int y);
+void game_draw_field(float box_size, float x, float y);
#endif /* __GAME_H__ */