main.h

来自「一个C++封装的」· C头文件 代码 · 共 25 行

H
25
字号
/****************************************
*	Author:		Nathaniel Meyer			*
*	E-Mail:		nath_meyer@hotmail.com	*
*	Website:	http://www.nutty.ca		*
*										*
*   You are free to use, redistribute,  *
*   and alter this file in anyway, so   *
*   long as credit is given where due.	*
****************************************/


#ifndef Main_h
#define Main_h


// Necessary includes
	#include <windows.h>
	#include "FSM/FSM.h"
	#include "FSM/State.h"

FSM cFSM;
State cState[6];


#endif

⌨️ 快捷键说明

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