aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h3
1 files changed, 2 insertions, 1 deletions
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