mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 13:07:41 +00:00
16
include/Kyoto/Text/CPushStateInstruction.hpp
Normal file
16
include/Kyoto/Text/CPushStateInstruction.hpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef _CPUSHSTATEINSTRUCTION
|
||||
#define _CPUSHSTATEINSTRUCTION
|
||||
|
||||
#include "Kyoto/Text/CInstruction.hpp"
|
||||
|
||||
class CPushStateInstruction : public CInstruction {
|
||||
public:
|
||||
CPushStateInstruction() {}
|
||||
~CPushStateInstruction() {}
|
||||
|
||||
void Invoke(CFontRenderState& state, CTextRenderBuffer* buf) const;
|
||||
void PageInvoke(CFontRenderState& state, CTextRenderBuffer* buf) const;
|
||||
};
|
||||
|
||||
|
||||
#endif // _CPUSHSTATEINSTRUCTION
|
||||
Reference in New Issue
Block a user