diff options
Diffstat (limited to 'src/editor.h')
| -rw-r--r-- | src/editor.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/editor.h b/src/editor.h index ddd030f..e1981cf 100644 --- a/src/editor.h +++ b/src/editor.h @@ -2,13 +2,14 @@ #define __EDITOR_H__ #include <raylib.h> -#include "level.h" +#include "xd.h" typedef struct { + int currentLevel, currentLayer; } EditorState; typedef struct { - Level *level; + XdData *data; EditorState state; } Editor; |
