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>
76 lines
3.0 KiB
C
76 lines
3.0 KiB
C
//{{NO_DEPENDENCIES}}
|
|
// Microsoft Developer Studio generated include file.
|
|
// Used by Moire.rc
|
|
//
|
|
#define IDI_MAIN_ICON 101
|
|
#define IDR_STRIPES_DDS 102
|
|
#define IDR_BALL_DDS 103
|
|
#define IDR_NOISE_DDS 104
|
|
#define IDR_SPIRAL_DDS 105
|
|
#define IDD_CONFIGURE 106
|
|
#define IDD_SINGLEMONITORSETTINGS 200
|
|
#define IDD_MULTIMONITORSETTINGS 201
|
|
#define IDC_INTENSE 1000
|
|
#define IDS_DESCRIPTION 1000
|
|
#define IDC_PASTEL 1001
|
|
#define IDC_SPEED 1002
|
|
#define IDC_MESHINTERVAL 1003
|
|
#define IDC_COLORINTERVAL 1004
|
|
#define IDC_TEXTUREINTERVAL 1005
|
|
#define IDC_SCREENSETTINGS 1006
|
|
#define IDC_MONITORSTAB 2000
|
|
#define IDC_TABNAMEFMT 2001
|
|
#define IDC_ADAPTERNAME 2002
|
|
#define IDC_RENDERING 2003
|
|
#define IDC_MOREINFO 2004
|
|
#define IDC_DISABLEHW 2005
|
|
#define IDC_SCREENUSAGEBOX 2006
|
|
#define IDC_RENDER 2007
|
|
#define IDC_LEAVEBLACK 2008
|
|
#define IDC_DISPLAYMODEBOX 2009
|
|
#define IDC_MODESSTATIC 2010
|
|
#define IDC_MODESCOMBO 2011
|
|
#define IDC_AUTOMATIC 2012
|
|
#define IDC_DISPLAYMODENOTE 2013
|
|
#define IDC_GENERALBOX 2014
|
|
#define IDC_SAME 2015
|
|
#define IDC_MODEFMT 2016
|
|
#define IDS_ERR_GENERIC 2100
|
|
#define IDS_ERR_NODIRECT3D 2101
|
|
#define IDS_ERR_NOWINDOWEDHAL 2102
|
|
#define IDS_ERR_CREATEDEVICEFAILED 2103
|
|
#define IDS_ERR_NOCOMPATIBLEDEVICES 2104
|
|
#define IDS_ERR_NOHARDWAREDEVICE 2105
|
|
#define IDS_ERR_HALNOTCOMPATIBLE 2106
|
|
#define IDS_ERR_NOHALTHISMODE 2107
|
|
#define IDS_ERR_MEDIANOTFOUND 2108
|
|
#define IDS_ERR_RESIZEFAILED 2109
|
|
#define IDS_ERR_OUTOFMEMORY 2110
|
|
#define IDS_ERR_OUTOFVIDEOMEMORY 2111
|
|
#define IDS_ERR_NOPREVIEW 2112
|
|
#define IDS_INFO_GOODHAL 2200
|
|
#define IDS_INFO_BADHAL_GOODSW 2201
|
|
#define IDS_INFO_BADHAL_BADSW 2202
|
|
#define IDS_INFO_BADHAL_NOSW 2203
|
|
#define IDS_INFO_NOHAL_GOODSW 2204
|
|
#define IDS_INFO_NOHAL_BADSW 2205
|
|
#define IDS_INFO_NOHAL_NOSW 2206
|
|
#define IDS_INFO_DISABLEDHAL_GOODSW 2207
|
|
#define IDS_INFO_DISABLEDHAL_BADSW 2208
|
|
#define IDS_INFO_DISABLEDHAL_NOSW 2209
|
|
#define IDS_RENDERING_HAL 2210
|
|
#define IDS_RENDERING_SW 2211
|
|
#define IDS_RENDERING_NONE 2212
|
|
|
|
// Next default values for new objects
|
|
//
|
|
#ifdef APSTUDIO_INVOKED
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
#define _APS_3D_CONTROLS 1
|
|
#define _APS_NEXT_RESOURCE_VALUE 107
|
|
#define _APS_NEXT_COMMAND_VALUE 40000
|
|
#define _APS_NEXT_CONTROL_VALUE 1007
|
|
#define _APS_NEXT_SYMED_VALUE 102
|
|
#endif
|
|
#endif
|