diff options
Diffstat (limited to 'src/engine/editor/Handles.cpp')
| -rw-r--r-- | src/engine/editor/Handles.cpp | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/engine/editor/Handles.cpp b/src/engine/editor/Handles.cpp new file mode 100644 index 000000000..9074a2b45 --- /dev/null +++ b/src/engine/editor/Handles.cpp @@ -0,0 +1,23 @@ +#include <libultraship/libultraship.h> +#include <libultra/gbi.h> + +#include "Handles.h" + +namespace Editor { + Handles::Handles() { + Pos = &pos; + Rot = &rot; + } + + void Handles::Load() { + + } + + void Handles::Tick() { + + } + + void Handles::Draw() { + + } +}
\ No newline at end of file |
