From a5b8ea449bbb6fe30a6bf27843eab1df6a21ccef Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 4 Jul 2025 08:06:42 -0600 Subject: Started getting walking on heightmap working --- src/settings.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/settings.h') diff --git a/src/settings.h b/src/settings.h index 3576955..da67539 100644 --- a/src/settings.h +++ b/src/settings.h @@ -3,7 +3,7 @@ #ifndef SETTINGS_H #define SETTINGS_H -typedef struct Settings { +typedef struct { // Window. int windowWidth; int windowHeight; @@ -17,5 +17,6 @@ typedef struct Settings { } Settings; Settings defaultSettings(); +// Bite my shiny metal ass! #endif -- cgit v1.2.3