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

10 lines
150 B
C

#ifndef RES_HITOBJ_H
#define RES_HITOBJ_H
#include "global.h"
enum HITOBJ_RES_FILE_ID { // IDs and indexes are synced
};
#endif /* RES_HITOBJ_H */