mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-11 03:47:48 +00:00
12
include/Kyoto/Text/CTextRenderBuffer.hpp
Normal file
12
include/Kyoto/Text/CTextRenderBuffer.hpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef _CTEXTRENDERBUFFER
|
||||
#define _CTEXTRENDERBUFFER
|
||||
|
||||
#include "Kyoto/TToken.hpp"
|
||||
|
||||
class CRasterFont;
|
||||
class CTextRenderBuffer {
|
||||
public:
|
||||
void AddFontChange(const TToken< CRasterFont >& font);
|
||||
};
|
||||
|
||||
#endif // _CTEXTRENDERBUFFER
|
||||
Reference in New Issue
Block a user