mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2820 b08762b0-b915-fc4b-9d8c-17b2551a87ff
10 lines
164 B
C
10 lines
164 B
C
#ifndef FNT_H_
|
|
#define FNT_H_
|
|
|
|
#include "fnt/fnt_enum.h"
|
|
#include "fnt/fnt_struct.h"
|
|
#include "fnt/fnt_func.h"
|
|
#include "fnt/fnt_data.h"
|
|
|
|
#endif // FNT_H_
|