AppDelegate.cpp显示未定义标识符HelloWorldLayer

来源:3-6 重写HelloWorld

宝慕林0765754

2018-10-06 14:45

#ifndef __helloworld__HelloWorldLayer__

#define __helloworld__HelloWorldLayer__

#include<iostream>

#include"cocos2d.h"

USING_NS_CC;


class HelloWorldLayer :public Layer

{

public:

static HelloWorldLayer * create();

virtual bool init();

};


#endif

以上是HelloWorldLayer.h


写回答 关注

1回答

  • qq_G_79
    2018-12-27 12:00:58

    将HelloWorldLayer.h文件所在位置路径添加进项目属性->C++>常规>附加包含目录

Cocos2d-x基础教程二-会动的时钟

本课程为Cocos2d-x入门教程第二门,是对基础元素的讲解

19036 学习 · 44 问题

查看课程

相似问题