Files

10 lines
171 B
C

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