mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-08 13:46:21 -04:00
16 lines
256 B
C
16 lines
256 B
C
#ifndef RES_HITOBJ_H
|
|
#define RES_HITOBJ_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Hitobj.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_HITOBJ {
|
|
};
|
|
|
|
enum dRes_ID_HITOBJ {
|
|
};
|
|
|
|
#endif /* RES_HITOBJ_H */
|