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

16 lines
279 B
C

#ifndef RES_AUCTION_H
#define RES_AUCTION_H
#include "global.h"
enum AUCTION_RES_FILE_ID { // IDs and indexes are synced
/* SCRN */
AUCTION_BLO_AUCTION1=0x4,
AUCTION_BLO_AUCTION2=0x5,
/* TIMG */
AUCTION_BTI_BET_ICON=0x8,
};
#endif /* RES_AUCTION_H */