#ifndef RES_OPEN3_H #define RES_OPEN3_H #include "global.h" // IWYU pragma: keep #if VERSION > VERSION_DEMO enum OPEN3_RES_FILE_ID { // IDs and indexes are synced /* TIMG */ OPEN3_BTI_DEMO_5=0x3, OPEN3_BTI_DEMO_6=0x4, }; #endif #endif /* RES_OPEN3_H */