mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
14 lines
252 B
C
14 lines
252 B
C
#ifndef RES_FONTRES_H
|
|
#define RES_FONTRES_H
|
|
|
|
enum dRes_INDEX_FONTRES {
|
|
/* ROOT */
|
|
dRes_INDEX_FONTRES_BFN_RODAN_B_24_22_e=0x0,
|
|
};
|
|
|
|
enum dRes_ID_FONTRES {
|
|
/* ROOT */
|
|
dRes_ID_FONTRES_BFN_RODAN_B_24_22_e=0x0,
|
|
};
|
|
|
|
#endif /* !RES_FONTRES_H */ |