@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user