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

13 lines
213 B
C

#ifndef RES_OPEN3_H
#define RES_OPEN3_H
#include "global.h"
enum OPEN3_RES_FILE_ID { // IDs and indexes are synced
/* TIMG */
OPEN3_BTI_DEMO_5=0x3,
OPEN3_BTI_DEMO_6=0x4,
};
#endif /* RES_OPEN3_H */