mirror of
https://github.com/zeldaret/botw
synced 2026-07-01 03:20:19 -04:00
ksys: Start adding OverlayArenaSystem
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include "KingSystem/Utils/Types.h"
|
||||
|
||||
namespace ksys {
|
||||
|
||||
// Stubbed in release builds
|
||||
class StringBoard {
|
||||
public:
|
||||
virtual ~StringBoard() = default;
|
||||
};
|
||||
KSYS_CHECK_SIZE_NX150(StringBoard, 0x8);
|
||||
|
||||
} // namespace ksys
|
||||
Reference in New Issue
Block a user