main.h
来自「wince 3d tutorial, it has various exampl」· C头文件 代码 · 共 11 行
H
11 行
#ifndef _TUTORIAL1_H
#define _TUTORIAL1_H
#include <windows.h> //needed include for window system calls
#include "timer.h"
int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPTSTR lpCmdLine,int nCmdShow);
LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?