mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-25 15:25:07 -04:00
10 lines
150 B
C
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 */
|