00001 00006 /* Copyright © 2009 James Legg. 00007 This program is free software: you can redistribute it and/or modify 00008 it under the terms of the GNU General Public License as published by 00009 the Free Software Foundation, either version 3 of the License, or 00010 (at your option) any later version. 00011 */ 00012 #include "UITextures.h" 00013 00014 namespace UI 00015 { 00016 00017 Track::Texture & get_menu_texture() 00018 { 00019 static Track::Texture * tex = new Track::Texture("data/ui/menu.png"); 00020 return *tex; 00021 } 00022 00023 }
Generated at Mon Sep 6 00:41:13 2010 by Doxygen version 1.4.7 for Racer version svn335.