Files
tww/include/d/res/res_open2.h
T
2024-04-23 15:02:25 -04:00

14 lines
241 B
C

#ifndef RES_OPEN2_H
#define RES_OPEN2_H
#include "global.h"
enum OPEN2_RES_FILE_ID { // IDs and indexes are synced
/* TIMG */
OPEN2_BTI_DEMO_3=0x3,
OPEN2_BTI_DEMO_4=0x4,
OPEN2_BTI_DEMO_4_2=0x5,
};
#endif /* RES_OPEN2_H */