mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-17 14:56:48 -04:00
15 lines
236 B
C
15 lines
236 B
C
#ifndef RES_KEY_01_H
|
|
#define RES_KEY_01_H
|
|
|
|
#include "global.h"
|
|
|
|
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 */
|