⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 console.h

📁 墨香最新私服
💻 H
字号:
// Console.h: interface for the CConsole class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_CONSOLE_H__CBF4D949_750B_4299_B466_82A70331A49E__INCLUDED_)
#define AFX_CONSOLE_H__CBF4D949_750B_4299_B466_82A70331A49E__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

//#include "iconsole.h"

#include "TConsole_Interface.h"
#include "TConsole_Guids.h"

enum
{
	eLogDisplay,
	eLogFile,
};


class CConsole  
{
	IMHTConsole* m_pIConsole;
public:
		
	CConsole();
	virtual ~CConsole();

	//BOOL Init(int MaxButton,CUSTOM_BUTTON* pButtonInfo,void (*CommandFunc)(char* szCommand));

	BOOL Init(int MaxButton,MENU_CUSTOM_INFO* pMenuInfo,void (*CommandFunc)(char* szCommand));
	void Release();

	void WaitMessage();

	void Log(int nLogType,int LogLevel,char* strMsg,...);
	void LOG(int LogLevel,char* strMsg,...);

};

extern CConsole g_Console;

#endif // !defined(AFX_CONSOLE_H__CBF4D949_750B_4299_B466_82A70331A49E__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -