Files
tww/include/d/res/res_shand.h
T

13 lines
236 B
C

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