summary refs log tree commit diff stats
path: root/src/editor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/editor.cpp')
-rw-r--r--src/editor.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/editor.cpp b/src/editor.cpp new file mode 100644 index 0000000..6e53ac3 --- /dev/null +++ b/src/editor.cpp
@@ -0,0 +1,13 @@
1#include "editor.h"
2
3void Editor::tick(
4 double dt,
5 const Uint8* keystate)
6{
7
8}
9
10void Editor::render(SDL_Renderer* ren)
11{
12
13}