diff LightClone/Source/World.h @ 8:968341ab1fb2

First pass world re-structuring
author koryspansel
date Fri, 09 Sep 2011 16:18:41 -0700
parents 31373c5bd1b9
children e494c4295dba
line wrap: on
line diff
--- a/LightClone/Source/World.h	Fri Sep 09 13:21:22 2011 -0700
+++ b/LightClone/Source/World.h	Fri Sep 09 16:18:41 2011 -0700
@@ -12,6 +12,29 @@
  */
 class World
 {
+	/*
+	 * kEnvironment
+	 *	The environment is the grid on which the bot is placed and with which it interacts
+	 */
+	//Environment kEnvironment;
+
+	/*
+	 * kBot
+	 *	Represents the robot programmed to solve the challenges
+	 */
+	//Bot kBot;
+
+	/*
+	 * kProgram
+	 *	Stores the current program being edited by the player
+	 */
+
+	/*
+	 * kInterface
+	 *	Manages the tree of UI elements
+	 */
+	//Interface kInterface;
+
 public:
 	
 	/*