summaryrefslogtreecommitdiff
path: root/src/engine/editor/Handles.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/editor/Handles.cpp')
-rw-r--r--src/engine/editor/Handles.cpp23
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