mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
20 lines
387 B
C
20 lines
387 B
C
#ifndef RES_FONTRES_H
|
|
#define RES_FONTRES_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: fontres.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_FONTRES {
|
|
/* ROOT */
|
|
dRes_INDEX_FONTRES_BFN_ROCK_24_20_4I1_e=0x0,
|
|
};
|
|
|
|
enum dRes_ID_FONTRES {
|
|
/* ROOT */
|
|
dRes_ID_FONTRES_BFN_ROCK_24_20_4I1_e=0x0,
|
|
};
|
|
|
|
#endif /* RES_FONTRES_H */
|