mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-08-08 02:19:08 +00:00
8 lines
260 B
C++
8 lines
260 B
C++
#include "MetroidPrime/CInstruction.hpp"
|
|
|
|
uint CInstruction::GetAssetCount() const { return 0; }
|
|
|
|
void CInstruction::GetAssets(rstl::vector< CToken >& assetsOut) const {}
|
|
|
|
void CInstruction::PageInvoke(CFontRenderState& state, CTextRenderBuffer* buf) const {}
|