mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-21 04:59:10 +00:00
11
src/Kyoto/Text/CLineSpacingInstruction.cpp
Normal file
11
src/Kyoto/Text/CLineSpacingInstruction.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "Kyoto/Text/CLineSpacingInstruction.hpp"
|
||||
|
||||
#include "Kyoto/Text/CFontRenderState.hpp"
|
||||
|
||||
void CLineSpacingInstruction::Invoke(CFontRenderState& state, CTextRenderBuffer* buf) const {
|
||||
state.SetLineSpacing(x4_spacing);
|
||||
}
|
||||
|
||||
void CLineSpacingInstruction::PageInvoke(CFontRenderState& state, CTextRenderBuffer* buf) const {
|
||||
Invoke(state, buf);
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
#include "MetroidPrime/CInstruction.hpp"
|
||||
#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 {}
|
||||
|
||||
Reference in New Issue
Block a user