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