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