summaryrefslogtreecommitdiff
path: root/src/engine/editor/Handles.cpp
blob: 57725669058df776c0a52d09066168ab7bf2133b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#include <libultraship/libultraship.h>
#include <libultra/gbi.h>

#include "Handles.h"

namespace TrackEditor {
    Handles::Handles() {
    }

    void Handles::Load() {

    }

    void Handles::Tick() {

    }

    void Handles::Draw() {

    }
}