Merge pull request #903 from aismann/patch-2

Update AppDelegate.h
This commit is contained in:
一线灵|Deal 2022-10-07 23:44:37 +08:00 committed by GitHub
commit 7a3314160c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -26,10 +26,10 @@
#ifndef _APP_DELEGATE_H_
#define _APP_DELEGATE_H_
#include "cocos2d.h"
#include "axmol.h"
/**
@brief The cocos2d Application.
@brief The axmol Application.
Private inheritance here hides part of interface from Director.
*/