Newer
Older
Import / applications / RocketMan / Source Code / Level.h
@John John on 29 Dec 2020 319 bytes bulk import from macbookpro checkouts
/*
 *  Level.h
 *  iphone-gl-app
 *
 *  Created by John Ryland on 14/06/09.
 *  Copyright 2009 InvertedLogic. All rights reserved.
 *
 */

#ifndef LEVEL_H
#define LEVEL_H


class Level {
public:
	
	// Entities
	// Music
	// Effects
	// Textures
	// Map


	// enter
	// leave

	// load resources

};


#endif // LEVEL_H