diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-05-01 09:12:20 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-05-01 09:12:20 +0200 |
| commit | b694a83655d97bb93318c4523a40c1915f3c05ee (patch) | |
| tree | 49c23560bdcc0837eb4726770eac4a4735b527fe /include/editor.h | |
| parent | 3767d1ce3e2b90d4eb667985c0997cb5293cc27e (diff) | |
work
Diffstat (limited to 'include/editor.h')
| -rw-r--r-- | include/editor.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/editor.h b/include/editor.h new file mode 100644 index 0000000..e6fbb0a --- /dev/null +++ b/include/editor.h @@ -0,0 +1,11 @@ +#ifndef INCLUDE_EDITOR +#define INCLUDE_EDITOR + +#ifdef MODE_DEBUG +bool is_editing_map = false; + +void update_editor(platform_window* window); +void draw_editor(platform_window* window); +#endif + +#endif
\ No newline at end of file |
