mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-02 11:45:55 -04:00
12 lines
212 B
C
12 lines
212 B
C
#ifndef RES_VOBJ10_H
|
|
#define RES_VOBJ10_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum VOBJ10_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
VOBJ10_BDL_VOBJ10=0x3,
|
|
};
|
|
|
|
#endif /* RES_VOBJ10_H */
|