mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-08-22 17:31:59 +00:00
9 lines
375 B
C++
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 {}
|