mirror of
https://github.com/wu736139669/SmallGame_Cocos2dx.git
synced 2026-08-05 06:23:09 +00:00
21 lines
326 B
C
21 lines
326 B
C
//
|
|
// gamelist.h
|
|
// OnceAgain
|
|
//
|
|
// Created by xiaohai on 14-2-24.
|
|
//
|
|
//
|
|
|
|
#ifndef OnceAgain_gamelist_h
|
|
#define OnceAgain_gamelist_h
|
|
|
|
|
|
#include "Game_Memory.h"
|
|
#include "GameFruitScene.h"
|
|
#include "GameDemo.h"
|
|
#include "RightTouchScene.h"
|
|
#include "GameNewLinker.h"
|
|
#include "GameSanXiaoLayer.h"
|
|
|
|
#endif
|