Game client codebase including: - CharacterActionControl: Character and creature management - GlobalScript: Network, items, skills, quests, utilities - RYLClient: Main client application with GUI and event handlers - Engine: 3D rendering engine (RYLGL) - MemoryManager: Custom memory allocation - Library: Third-party dependencies (DirectX, boost, etc.) - Tools: Development utilities 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
48 lines
1.8 KiB
C
48 lines
1.8 KiB
C
//{{NO_DEPENDENCIES}}
|
|
// Microsoft Visual C++ generated include file.
|
|
// Used by NeoPatchMaker.rc
|
|
//
|
|
#define IDM_ABOUTBOX 0x0010
|
|
#define IDD_ABOUTBOX 100
|
|
#define IDS_ABOUTBOX 101
|
|
#define IDD_NEOPATCHMAKER_DIALOG 102
|
|
#define IDR_MAINFRAME 128
|
|
#define IDC_BUTTON_GO 1000
|
|
#define IDC_INFOVIEW 1004
|
|
#define IDC_LIST_FILE 1005
|
|
#define IDC_EDIT_FTP_ADDR 1006
|
|
#define IDC_EDIT_FTP_ACCOUNT 1007
|
|
#define IDC_EDIT_FTP_PASSWORD 1008
|
|
#define IDC_EDIT_PACKAGE_LOCATION 1009
|
|
#define IDC_EDIT_SRC_LOCATION 1010
|
|
#define IDC_EDIT_DEST_LOCATION 1011
|
|
#define IDC_RADIO_SRC_TYPE_NONE 1012
|
|
#define IDC_EDIT_VERSION 1013
|
|
#define IDC_EDIT_PACKAGE_MAX_SIZE 1014
|
|
#define IDC_RADIO_SRC_TYPE_LOCAL 1015
|
|
#define IDC_RADIO_SRC_TYPE_FTP 1016
|
|
#define IDC_RADIO_DEST_TYPE_LOCAL 1017
|
|
#define IDC_RADIO_DEST_TYPE_FTP 1018
|
|
#define IDC_BUTTON_BROWSE_PACKAGE_LOCATION 1019
|
|
#define IDC_BUTTON_BROWSE_SRC_LOCATION 1020
|
|
#define IDC_BUTTON_BROWSE_DEST_LOCATION 1021
|
|
#define IDC_EDIT_FTP_PORT 1022
|
|
#define IDC_CHECK_PARTIAL_FILE_COMAPARE 1023
|
|
#define IDC_PROGRESS1 1024
|
|
#define IDC_EDIT_PATCHINFO_VERSION 1025
|
|
#define IDC_CHECK_PASSIVE_MODE 1026
|
|
#define IDC_BUTTON_CHECK_PATCHINFO_VERSION 1027
|
|
#define IDC_CHECK1 1028
|
|
#define IDC_NOTICE_CHECK 1028
|
|
|
|
// Next default values for new objects
|
|
//
|
|
#ifdef APSTUDIO_INVOKED
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
#define _APS_NEXT_RESOURCE_VALUE 129
|
|
#define _APS_NEXT_COMMAND_VALUE 32771
|
|
#define _APS_NEXT_CONTROL_VALUE 1029
|
|
#define _APS_NEXT_SYMED_VALUE 101
|
|
#endif
|
|
#endif
|