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

12 lines
200 B
C

#ifndef RES_PBKA_H
#define RES_PBKA_H
#include "global.h" // IWYU pragma: keep
enum PBKA_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
PBKA_BDL_PBKA=0x3,
};
#endif /* RES_PBKA_H */