mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-07 20:01:27 -04:00
15 lines
229 B
C
15 lines
229 B
C
#ifndef RES_ECUBE_H
|
|
#define RES_ECUBE_H
|
|
|
|
#include "global.h"
|
|
|
|
enum ECUBE_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
ECUBE_BDL_ECUBE=0x4,
|
|
|
|
/* DZB */
|
|
ECUBE_DZB_ECUBE=0x7,
|
|
};
|
|
|
|
#endif /* RES_ECUBE_H */
|