mirror of https://github.com/PrimeDecomp/prime.git
13 lines
227 B
C++
13 lines
227 B
C++
|
#ifndef _CTEXTRENDERBUFFER
|
||
|
#define _CTEXTRENDERBUFFER
|
||
|
|
||
|
#include "Kyoto/TToken.hpp"
|
||
|
|
||
|
class CRasterFont;
|
||
|
class CTextRenderBuffer {
|
||
|
public:
|
||
|
void AddFontChange(const TToken< CRasterFont >& font);
|
||
|
};
|
||
|
|
||
|
#endif // _CTEXTRENDERBUFFER
|