📄 tutorialapplication.h
字号:
// TutorialApplication.h: interface for the TutorialApplication class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_TUTORIALAPPLICATION_H__2F8E8A98_DA5D_49F9_9F09_8C6C05C27D14__INCLUDED_)
#define AFX_TUTORIALAPPLICATION_H__2F8E8A98_DA5D_49F9_9F09_8C6C05C27D14__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "ExampleApplication.h"
class TutorialApplication : public ExampleApplication
{
public:
TutorialApplication();
virtual ~TutorialApplication();
protected:
void createScene();
void createFrameListener();
Entity* mShip;
SceneNode* mShipNode;
};
#endif // !defined(AFX_TUTORIALAPPLICATION_H__2F8E8A98_DA5D_49F9_9F09_8C6C05C27D14__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -