mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-08 04:07:13 -04:00
12 lines
188 B
C
12 lines
188 B
C
#ifndef RES_SPEAR_H
|
|
#define RES_SPEAR_H
|
|
|
|
#include "global.h"
|
|
|
|
enum SPEAR_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDLC */
|
|
SPEAR_BDL_MO_YARI=0x3,
|
|
};
|
|
|
|
#endif /* RES_SPEAR_H */
|