jobject.h
来自「BREW BREWwinz Application development AP」· C头文件 代码 · 共 29 行
H
29 行
// JObject.h: interface for the CJObject class.
//
// BREW Game Engine.
// Version: 1.0a
// (c)2003 anecia all rights reserved
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_JOBJECT_H__5D336E66_E2C1_4428_8078_15290DE4B3F3__INCLUDED_)
#define AFX_JOBJECT_H__5D336E66_E2C1_4428_8078_15290DE4B3F3__INCLUDED_
#ifdef WIN32
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#endif // WIN32
#include "MyAEECpp.h"
#include "JTypeDef.h"
class CJObject : public CMyAEECpp
{
public:
CJObject();
virtual ~CJObject();
};
#endif // !defined(AFX_JOBJECT_H__5D336E66_E2C1_4428_8078_15290DE4B3F3__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?