概述
cEnemyMgr * mEnemyMgr;//敌机管理
定义了一个类,然后这句话报错,错误如题。
以下是这个类:
#pragma once
#include”cApp.h”
#include
#include
#include
#include “cmovablemgr.h”
#include”IStrategy.h”
#include”cStrategyManager.h”
#include”ximage.h”
#include”cImgManager.h”
#include”IMovable.h“
#include”cImg.h”
#include”cEnemy.h”
#include
using namespace std;
#ifdef UNICODE
#define tstring wstring
#else
#define tstring std::string
#endif
struct EnemyType
{
cImg * img;
UINT hp;
};
//关卡脚本
struct Script
{
double time;//敌机出现的时间
TCHAR type[20];//敌机的类型
UINT xpos;
UINT ypos;
TCHAR strategy[20];//敌机的攻击策略
TCHAR missileType[3][20];//一架敌机最多有三种子弹<
最后
以上就是强健超短裙为你收集整理的C语言2143是什么错误,error C2143: syntax error : missing ';' before '*'错误的全部内容,希望文章能够帮你解决C语言2143是什么错误,error C2143: syntax error : missing ';' before '*'错误所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复