summaryrefslogtreecommitdiff
path: root/src/main/game/game.h
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2025-05-20 19:50:54 +0200
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2025-05-20 19:50:54 +0200
commit6613969cd6511acb4f7faf6ab99caa9ee8838a2e (patch)
tree49505a5ceff0bb54947ed23c0b97e9b1d1f7c746 /src/main/game/game.h
parent9a1b0eb36cf9200b190f58af2c8289f5690dd0be (diff)
downloadtris-6613969cd6511acb4f7faf6ab99caa9ee8838a2e.tar.gz
tris-6613969cd6511acb4f7faf6ab99caa9ee8838a2e.zip
Remove the transformation from pixel to OpenGL coordinates
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__ */