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

12 lines
185 B
C

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