mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-06-21 20:33:28 +00:00
9 lines
98 B
C++
9 lines
98 B
C++
#ifndef _CRASTERFONT_HPP
|
|
#define _CRASTERFONT_HPP
|
|
|
|
#include "types.h"
|
|
|
|
class CRasterFont;
|
|
|
|
#endif
|