Files
tww/include/d/res/res_shand.h
T
2024-04-23 15:02:25 -04:00

13 lines
215 B
C

#ifndef RES_SHAND_H
#define RES_SHAND_H
#include "global.h"
enum SHAND_RES_FILE_ID { // IDs and indexes are synced
/* TEX */
SHAND_BTI_SHAND=0x3,
SHAND_BTI_VHLIF_VINE=0x4,
};
#endif /* RES_SHAND_H */