mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-14 04:23:01 -04:00
20 lines
357 B
C
20 lines
357 B
C
#ifndef RES_XHCF_H
|
|
#define RES_XHCF_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Xhcf.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_XHCF {
|
|
/* TEX */
|
|
dRes_INDEX_XHCF_BTI_X_HC_FLAG00_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_XHCF {
|
|
/* TEX */
|
|
dRes_ID_XHCF_BTI_X_HC_FLAG00_e=0x3,
|
|
};
|
|
|
|
#endif /* RES_XHCF_H */
|