Mercurial > vba-clojure
view src/NLS.h @ 467:ac0ed5c1a1c4
working on drums.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 04 May 2012 05:17:18 -0500 |
parents | f9f4f1b99eed |
children |
line wrap: on
line source
1 #ifndef VBS_NLS_H2 #define VBA_NLS_H4 #if _MSC_VER > 10005 #pragma once6 #endif // _MSC_VER > 10008 #define N_(String) (String)10 #define MSG_UNSUPPORTED_VBA_SGM 111 #define MSG_CANNOT_LOAD_SGM 212 #define MSG_SAVE_GAME_NOT_USING_BIOS 313 #define MSG_SAVE_GAME_USING_BIOS 414 #define MSG_UNSUPPORTED_SAVE_TYPE 515 #define MSG_CANNOT_OPEN_FILE 616 #define MSG_BAD_ZIP_FILE 717 #define MSG_NO_IMAGE_ON_ZIP 818 #define MSG_ERROR_OPENING_IMAGE 919 #define MSG_ERROR_READING_IMAGE 1020 #define MSG_UNSUPPORTED_BIOS_FUNCTION 1121 #define MSG_INVALID_BIOS_FILE_SIZE 1222 #define MSG_INVALID_CHEAT_CODE 1323 #define MSG_UNKNOWN_ARM_OPCODE 1424 #define MSG_UNKNOWN_THUMB_OPCODE 1525 #define MSG_ERROR_CREATING_FILE 1626 #define MSG_FAILED_TO_READ_SGM 1727 #define MSG_FAILED_TO_READ_RTC 1828 #define MSG_UNSUPPORTED_VB_SGM 1929 #define MSG_CANNOT_LOAD_SGM_FOR 2030 #define MSG_ERROR_OPENING_IMAGE_FROM 2131 #define MSG_ERROR_READING_IMAGE_FROM 2232 #define MSG_UNSUPPORTED_ROM_SIZE 2333 #define MSG_UNSUPPORTED_RAM_SIZE 2434 #define MSG_UNKNOWN_CARTRIDGE_TYPE 2535 #define MSG_MAXIMUM_NUMBER_OF_CHEATS 2636 #define MSG_INVALID_GAMESHARK_CODE 2737 #define MSG_INVALID_GAMEGENIE_CODE 2838 #define MSG_INVALID_CHEAT_TO_REMOVE 2939 #define MSG_INVALID_CHEAT_CODE_ADDRESS 3040 #define MSG_UNSUPPORTED_CHEAT_LIST_VERSION 3141 #define MSG_UNSUPPORTED_CHEAT_LIST_TYPE 3242 #define MSG_INVALID_GSA_CODE 3343 #define MSG_CANNOT_IMPORT_SNAPSHOT_FOR 3444 #define MSG_UNSUPPORTED_SNAPSHOT_FILE 3545 #define MSG_UNSUPPORTED_ARM_MODE 3646 #define MSG_UNSUPPORTED_CODE_FILE 3747 #define MSG_GBA_CODE_WARNING 3848 #define MSG_INVALID_CBA_CODE 3949 #define MSG_CBA_CODE_WARNING 4050 #define MSG_OUT_OF_MEMORY 4152 #endif // VBA_NLS_H