summaryrefslogtreecommitdiff
path: root/src/globals.h
diff options
context:
space:
mode:
authorDrNuget <drnuget@outlook.com>2025-03-03 18:38:18 +0200
committerDrNuget <drnuget@outlook.com>2025-03-03 18:38:18 +0200
commit23dac85d2f600f0073e77bf83f4a544f3a087416 (patch)
tree76fbaa200140036473c3b9bacace389c14bdcd25 /src/globals.h
let the madness begin
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/globals.h b/src/globals.h
new file mode 100644
index 0000000..6fe6348
--- /dev/null
+++ b/src/globals.h
@@ -0,0 +1,6 @@
+#ifndef GLOBALS_H
+#define GLOBALS_H
+
+#define GRAVITY 0.1f
+
+#endif