Files
tww/include/d/res/res_nbox.h
T

12 lines
200 B
C

#ifndef RES_NBOX_H
#define RES_NBOX_H
#include "global.h" // IWYU pragma: keep
enum NBOX_RES_FILE_ID { // IDs and indexes are synced
/* DZB */
NBOX_DZB_NBOX=0x3,
};
#endif /* RES_NBOX_H */