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:
26
Tools/PatchMaker/AutoPatchPage.h
Normal file
26
Tools/PatchMaker/AutoPatchPage.h
Normal file
@@ -0,0 +1,26 @@
|
||||
#pragma once
|
||||
#include "LogEdit.h"
|
||||
|
||||
// CAutoPatchPage <20><>ȭ <20><><EFBFBD><EFBFBD><EFBFBD>Դϴ<D4B4>.
|
||||
|
||||
class CAutoPatchPage : public CPropertyPage
|
||||
{
|
||||
DECLARE_DYNAMIC(CAutoPatchPage)
|
||||
|
||||
public:
|
||||
CAutoPatchPage();
|
||||
virtual ~CAutoPatchPage();
|
||||
|
||||
// <20><>ȭ <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Դϴ<D4B4>.
|
||||
enum { IDD = IDD_AUTO_PATCH };
|
||||
|
||||
protected:
|
||||
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV <20><><EFBFBD><EFBFBD><EFBFBD>Դϴ<D4B4>.
|
||||
|
||||
DECLARE_MESSAGE_MAP()
|
||||
|
||||
private:
|
||||
|
||||
CLogEdit m_edLogProgress;
|
||||
CLogEdit m_edLogErr;
|
||||
};
|
||||
Reference in New Issue
Block a user