mirror of
https://github.com/wu736139669/SmallGame_Cocos2dx.git
synced 2026-08-05 06:23:09 +00:00
20 lines
218 B
C
20 lines
218 B
C
//
|
|
// Scene_GameSetting.h
|
|
// OnceAgain
|
|
//
|
|
// Created by xiaohai on 14-2-21.
|
|
//
|
|
//
|
|
/*
|
|
*
|
|
* 实现系统设置场景
|
|
*
|
|
*/
|
|
|
|
#ifndef OnceAgain_Scene_GameSetting_h
|
|
#define OnceAgain_Scene_GameSetting_h
|
|
|
|
|
|
|
|
#endif
|