Update AppDelegate.h

#883
This commit is contained in:
aismann 2022-10-07 15:24:01 +02:00 committed by GitHub
parent a4698809f2
commit dbedd025d7
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.
*/