mirror of
https://github.com/zeldaret/botw
synced 2026-06-01 01:39:11 -04:00
14 lines
209 B
C++
14 lines
209 B
C++
#pragma once
|
|
|
|
#include <heap/seadDisposer.h>
|
|
|
|
namespace ksys::act {
|
|
|
|
// FIXME: very incomplete
|
|
class ASSetting {
|
|
SEAD_SINGLETON_DISPOSER(ASSetting)
|
|
ASSetting() = default;
|
|
};
|
|
|
|
} // namespace ksys::act
|