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

#include <prim/seadSafeString.h>

namespace ksys::ui {

int getPorchNum(const sead::SafeString& name);
void initRupeeCounter();
bool isRupeeCounterActive();

}  // namespace ksys::ui