Initial commit: ROW Client source code
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>
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
//{{NO_DEPENDENCIES}}
|
||||
// Microsoft Developer Studio generated include file.
|
||||
// Used by Joystick.rc
|
||||
//
|
||||
#define IDI_MAIN 102
|
||||
#define IDD_JOYST_IMM 103
|
||||
#define IDR_ACCELERATOR1 103
|
||||
#define IDC_CLOSE 1001
|
||||
#define IDC_X_AXIS 1010
|
||||
#define IDC_Y_AXIS 1011
|
||||
#define IDC_Z_AXIS 1012
|
||||
#define IDC_X_AXIS_TEXT 1013
|
||||
#define IDC_Y_AXIS_TEXT 1014
|
||||
#define IDC_Z_AXIS_TEXT 1015
|
||||
#define IDC_X_ROT_TEXT 1016
|
||||
#define IDC_Y_ROT_TEXT 1017
|
||||
#define IDC_Z_ROT_TEXT 1018
|
||||
#define IDC_SLIDER0_TEXT 1019
|
||||
#define IDC_X_ROT 1020
|
||||
#define IDC_Y_ROT 1021
|
||||
#define IDC_Z_ROT 1022
|
||||
#define IDC_SLIDER1_TEXT 1023
|
||||
#define IDC_POV0_TEXT 1024
|
||||
#define IDC_POV1_TEXT 1025
|
||||
#define IDC_POV2_TEXT 1026
|
||||
#define IDC_POV3_TEXT 1027
|
||||
#define IDC_SLIDER0 1030
|
||||
#define IDC_SLIDER1 1031
|
||||
#define IDC_POV 1040
|
||||
#define IDC_POV0 1040
|
||||
#define IDC_BUTTONS 1041
|
||||
#define IDC_POV1 1042
|
||||
#define IDC_POV2 1043
|
||||
#define IDC_POV3 1044
|
||||
|
||||
// Next default values for new objects
|
||||
//
|
||||
#ifdef APSTUDIO_INVOKED
|
||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||
#define _APS_NEXT_RESOURCE_VALUE 104
|
||||
#define _APS_NEXT_COMMAND_VALUE 40001
|
||||
#define _APS_NEXT_CONTROL_VALUE 1025
|
||||
#define _APS_NEXT_SYMED_VALUE 101
|
||||
#endif
|
||||
#endif
|
||||
Reference in New Issue
Block a user