mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-08 13:46:21 -04:00
20 lines
361 B
C
20 lines
361 B
C
#ifndef RES_MATIF_H
|
|
#define RES_MATIF_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Matif.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_MATIF {
|
|
/* TEX */
|
|
dRes_INDEX_MATIF_BTI_FLAG_MATI_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_MATIF {
|
|
/* TEX */
|
|
dRes_ID_MATIF_BTI_FLAG_MATI_e=0x3,
|
|
};
|
|
|
|
#endif /* RES_MATIF_H */
|