diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-12-02 19:39:19 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-12-02 19:39:19 +0100 |
| commit | e953d6fc634ed445332f9fdc47c9c4a6a205ea75 (patch) | |
| tree | 87dd3d8e9903e6e6f6ce73a5dc6a81eff7a05eb5 /src/main.c | |
| parent | fd7c29424979f43bdc0c330f4c6f471c205dc78c (diff) | |
save file writing
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27,6 +27,8 @@ font* fnt_rd40; font* fnt_rd44;
font* fnt_rd48;
+#define CONFIG_DIRECTORY "trucker_x"
+
#include "include/settings.h"
#include "include/ui/colors.h"
#include "include/ui/animation.h"
@@ -68,8 +70,6 @@ font* fnt_rd48; #include "scenes/settings_scene.c"
#include "ui/selectors.c"
-#define CONFIG_DIRECTORY "trucker_x"
-
static void draw_debug_overlay(platform_window* window)
{
static bool enabled = false;
|
