mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-05 17:43:23 -04:00
20 lines
343 B
C
20 lines
343 B
C
#ifndef RES_NBOX_H
|
|
#define RES_NBOX_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: NBOX.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_NBOX {
|
|
/* DZB */
|
|
dRes_INDEX_NBOX_DZB_NBOX_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_NBOX {
|
|
/* DZB */
|
|
dRes_ID_NBOX_DZB_NBOX_e=0x3,
|
|
};
|
|
|
|
#endif /* RES_NBOX_H */
|