mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-11 14:38:38 -04:00
20 lines
363 B
C
20 lines
363 B
C
#ifndef RES_AKABED_H
|
|
#define RES_AKABED_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: AkabeD.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_AKABED {
|
|
/* DZB */
|
|
dRes_INDEX_AKABED_DZB_AKABED_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_AKABED {
|
|
/* DZB */
|
|
dRes_ID_AKABED_DZB_AKABED_e=0x3,
|
|
};
|
|
|
|
#endif /* RES_AKABED_H */
|