summaryrefslogtreecommitdiff
path: root/src/KingSystem/System/CameraEditor.h
blob: 64e4c64815c93fd9f503a23bb5e209bb9ac0bda9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#include <heap/seadDisposer.h>

namespace ksys {

// Completely stubbed in release builds
class CameraEditor {
    SEAD_SINGLETON_DISPOSER(CameraEditor)
    CameraEditor() = default;
};

}  // namespace ksys