Add -leveldebugger flag

This commit adds the `-leveldebugger` flag so you can use it while
playtesting from a different editor program, such as Ved.
This commit is contained in:
AllyTally
2023-07-03 14:34:02 -03:00
committed by Misa Elizabeth Kai
parent c62da1c9a0
commit aff4d2012c
3 changed files with 20 additions and 8 deletions

View File

@@ -9,6 +9,7 @@ namespace level_debugger
bool is_active(void);
void input(void);
void render(void);
void set_forced(void);
}
#endif /* LEVELDEBUGGER_H */