diff options
Diffstat (limited to 'src/utils.h')
| -rw-r--r-- | src/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h index 8fb2282..eba0333 100644 --- a/src/utils.h +++ b/src/utils.h @@ -56,7 +56,7 @@ #define RANDOM_DIRECTION_UNITS 4096 -typedef void (*DrawWindowContentCallback)(Rectangle rect); +typedef void (*DrawWindowContentCallback)(Vector2 position, Vector2 scroll); // Typedef hackery. typedef struct Game Game; |
