diff options
author | 2025-05-17 01:21:21 +0200 | |
---|---|---|
committer | 2025-05-17 01:21:21 +0200 | |
commit | 87cde6f952917522a1c13524354ac52f2bcb0fbe (patch) | |
tree | 22234ffc7c612103d999eeb9f309e0bb2cbb146a /src/main/game.h | |
parent | e7f81ff8f43b49331c368e3be09326551e0e6213 (diff) | |
download | tris-87cde6f952917522a1c13524354ac52f2bcb0fbe.tar.gz tris-87cde6f952917522a1c13524354ac52f2bcb0fbe.zip |
Draw the game field
Diffstat (limited to 'src/main/game.h')
-rw-r--r-- | src/main/game.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/game.h b/src/main/game.h index a337bf8..8148645 100644 --- a/src/main/game.h +++ b/src/main/game.h @@ -20,6 +20,6 @@ #ifndef __GAME_H__ #define __GAME_H__ -void game_field(int box_size, int x, int y); +void game_draw_field(int box_size, int x, int y); #endif /* __GAME_H__ */ |