mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-09 12:35:59 -04:00
12 lines
179 B
C
12 lines
179 B
C
#ifndef RES_NBOX_H
|
|
#define RES_NBOX_H
|
|
|
|
#include "global.h"
|
|
|
|
enum NBOX_RES_FILE_ID { // IDs and indexes are synced
|
|
/* DZB */
|
|
NBOX_DZB_NBOX=0x3,
|
|
};
|
|
|
|
#endif /* RES_NBOX_H */
|