prime/src/MetroidPrime/CInstruction.cpp
Phillip Stephens 6d153e758c Match and link CLineSpacingInstruction
Former-commit-id: 481e7e21002aa4c06fb0c0926258bdce62263ceb
2023-01-07 18:31:19 -08:00

9 lines
375 B
C++

#include "Kyoto/Text/CInstruction.hpp"
/* TODO: These get ODR'd into CSplashScreen, so match and link that and put these in the header where they belong */
uint CInstruction::GetAssetCount() const { return 0; }
void CInstruction::GetAssets(rstl::vector< CToken >& assetsOut) const {}
void CInstruction::PageInvoke(CFontRenderState& state, CTextRenderBuffer* buf) const {}