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

12 lines
185 B
C

#ifndef RES_VLEMG_H
#define RES_VLEMG_H
#include "global.h"
enum VLEMG_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
VLEMG_BDL_VLEMG=0x3,
};
#endif /* RES_VLEMG_H */