Merge pull request #5200 from andyque/develop

change include header file Application.h to cocos2d.h
This commit is contained in:
James Chen 2014-01-23 22:37:37 -08:00
commit bd0558a66c
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
#ifndef _APP_DELEGATE_H_
#define _APP_DELEGATE_H_
#include "CCApplication.h"
#include "cocos2d.h"
/**
@brief The cocos2d Application.