///
/// > Created using [RapidGame](https://github.com/natweiss/rapidgame). See the `LICENSE` file for the license governing this code.
///

#pragma once

#include "AppDelegate.h"

class MenuScene : public cocos2d::Scene
{
	public:
		virtual void onEnter();
};


