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

📄 playgame.h

📁 应用程序向导已为您创建了这个 SH 应用程序。此应用程序不仅演示 Microsoft 基础类的基本使用方法
💻 H
字号:
#pragma once
#include <windows.h>
#include <mmsystem.h>
#include <ddraw.h>
class CPlayGame
{
public:
	CPlayGame(void);
public:
	~CPlayGame(void);
public:
	int m_iStatus;
public:
	int Init(void);
	void Logo(LPCTSTR PicFile, DWORD BkColor, int x, int y, int Width, int Height, int Num);
};

⌨️ 快捷键说明

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