mirror of https://github.com/PrimeDecomp/prime.git
9 lines
98 B
C++
9 lines
98 B
C++
|
#ifndef _CRASTERFONT_HPP
|
||
|
#define _CRASTERFONT_HPP
|
||
|
|
||
|
#include "types.h"
|
||
|
|
||
|
class CRasterFont;
|
||
|
|
||
|
#endif
|