Use Lua for config

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-08-10 07:25:01 +03:00
parent 4e23877697
commit 146c4e27cf
8 changed files with 504 additions and 21 deletions

View File

@@ -31,6 +31,7 @@
#include <raymath.h>
#include <rlgl.h>
#include "Config.h"
#include "common.h"
struct LunarWM;
@@ -158,6 +159,9 @@ typedef struct LunarWM {
Camera3D camera;
} renderer;
Config config;
ConfigManager *cman;
bool initialized;
bool running;
} LunarWM;