axmol/HelloWorld-iphone/HelloWorld.h

24 lines
358 B
C
Raw Normal View History

2010-11-13 11:40:41 +08:00
/*
* HelloWorld.h
* HelloWorld
*
* Created by Walzer on 10-11-12.
* Copyright 2010 __MyCompanyName__. All rights reserved.
*
*/
#ifndef __HELLOWORLD_H__
#define __HELLOWORLD_H__
#include "cocos2d.h"
class HelloWorld : public cocos2d::CCXApplication {
public:
HelloWorld();
virtual bool initCocos2d();
};
#endif // __HELLOWORLD_H__