#ifndef RES_OPEN2_H #define RES_OPEN2_H #include "global.h" // IWYU pragma: keep #if VERSION > VERSION_DEMO 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 #endif /* RES_OPEN2_H */