00001 00005 /* Copyright © 2009 James Legg. 00006 This program is free software: you can redistribute it and/or modify 00007 it under the terms of the GNU General Public License as published by 00008 the Free Software Foundation, either version 3 of the License, or 00009 (at your option) any later version. 00010 */ 00011 #include "Scene.h" 00012 #include "../MainLoop.h" 00013 00014 namespace Engine 00015 { 00016 00017 Scene::Scene() 00018 { 00019 } 00020 00021 Scene::~Scene() 00022 { 00023 } 00024 00025 void Scene::attach_main_loop(MainLoop &main_loop_in) 00026 { 00027 main_loop = &main_loop_in; 00028 } 00029 00030 }
Generated at Mon Sep 6 00:41:12 2010 by Doxygen version 1.4.7 for Racer version svn335.