mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-04 17:09:45 -04:00
20 lines
370 B
C
20 lines
370 B
C
#ifndef RES_FOREST_H
|
|
#define RES_FOREST_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Forest.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_FOREST {
|
|
/* BMD */
|
|
dRes_INDEX_FOREST_BMD_S_FOREST_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_FOREST {
|
|
/* BMD */
|
|
dRes_ID_FOREST_BMD_S_FOREST_e=0x8000,
|
|
};
|
|
|
|
#endif /* RES_FOREST_H */
|