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,49 @@
|
||||
//{{NO_DEPENDENCIES}}
|
||||
// Microsoft Developer Studio generated include file.
|
||||
// Used by Jukebox.rc
|
||||
//
|
||||
#define IDM_ABOUTBOX 0x0010
|
||||
#define IDD_ABOUTBOX 100
|
||||
#define IDS_ABOUTBOX 101
|
||||
#define IDD_JUKEBOX_DIALOG 102
|
||||
#define IDR_MAINFRAME 128
|
||||
#define IDC_LIST_FILES 1002
|
||||
#define IDC_MOVIE_SCREEN 1005
|
||||
#define IDC_LIST_FILTERS 1006
|
||||
#define IDC_LIST_PINS_INPUT 1007
|
||||
#define IDC_LIST_PINS_OUTPUT 1008
|
||||
#define IDC_BUTTON_PLAY 1009
|
||||
#define IDC_BUTTON_STOP 1010
|
||||
#define IDC_BUTTON_PAUSE 1011
|
||||
#define IDC_CHECK_MUTE 1013
|
||||
#define IDC_CHECK_LOOP 1014
|
||||
#define IDC_STATUS 1015
|
||||
#define IDC_CHECK_PLAYTHROUGH 1016
|
||||
#define IDC_STATIC_FILELIST 1017
|
||||
#define IDC_STATIC_FILESIZE 1018
|
||||
#define IDC_STATIC_FILEDATE 1019
|
||||
#define IDC_STATUS_DIRECTORY 1020
|
||||
#define IDC_BUTTON_FRAMESTEP 1022
|
||||
#define IDC_BUTTON_PROPPAGE 1027
|
||||
#define IDC_CHECK_EVENTS 1028
|
||||
#define IDC_LIST_EVENTS 1029
|
||||
#define IDC_BUTTON_CLEAR_EVENTS 1030
|
||||
#define IDC_SPIN_FILES 1031
|
||||
#define IDC_BUTTON_SET_MEDIADIR 1032
|
||||
#define IDC_EDIT_MEDIADIR 1033
|
||||
#define IDC_STATIC_DURATION 1034
|
||||
#define IDC_STATIC_IMAGESIZE 1035
|
||||
#define IDC_SLIDER 1036
|
||||
#define IDC_STATIC_POSITION 1037
|
||||
#define IDC_BUTTON_GRAPHEDIT 1038
|
||||
|
||||
// Next default values for new objects
|
||||
//
|
||||
#ifdef APSTUDIO_INVOKED
|
||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||
#define _APS_NEXT_RESOURCE_VALUE 132
|
||||
#define _APS_NEXT_COMMAND_VALUE 32781
|
||||
#define _APS_NEXT_CONTROL_VALUE 1039
|
||||
#define _APS_NEXT_SYMED_VALUE 101
|
||||
#endif
|
||||
#endif
|
||||
Reference in New Issue
Block a user