mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-05-15 15:11:20 +00:00
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
|