summaryrefslogtreecommitdiff
path: root/src/engine/editor/Handles.cpp
blob: 73a0211c59ec423e12f94f8e35f5d2f6880efcc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#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() {
}
} // namespace Editor