2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-13 21:11:21 +00:00
metaforce/Runtime/GuiSys/CSaveableState.cpp
2018-12-07 19:30:43 -10:00

13 lines
247 B
C++

#include "CSaveableState.hpp"
#include "CRasterFont.hpp"
namespace urde {
bool CSaveableState::IsFinishedLoading() const {
if (!x48_font || !x48_font.IsLoaded())
return false;
return x48_font->IsFinishedLoading();
}
} // namespace urde