mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-09 06:03:22 -04:00
15 lines
257 B
C
15 lines
257 B
C
#ifndef RES_KEY_01_H
|
|
#define RES_KEY_01_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum KEY_01_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDLM */
|
|
KEY_01_BDL_VKEYB=0x4,
|
|
|
|
/* BTK */
|
|
KEY_01_BTK_VKEYB=0x7,
|
|
};
|
|
|
|
#endif /* RES_KEY_01_H */
|