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

16 lines
287 B
C

#ifndef RES_ASTOP_H
#define RES_ASTOP_H
#include "global.h"
enum ASTOP_RES_FILE_ID { // IDs and indexes are synced
/* DZB */
ASTOP_DZB_A00=0x3,
ASTOP_DZB_ASLOW=0x4,
ASTOP_DZB_ASLOW00=0x5,
ASTOP_DZB_ASTOP=0x6,
ASTOP_DZB_ASTOP00=0x7,
};
#endif /* RES_ASTOP_H */