00001 00005 /* Copyright © 2009, 2010 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 00012 #include "GameStartMenuItem.h" 00013 #include "../Engine/ReplayReader.h" 00014 00015 namespace UI 00016 { 00017 00018 /* A MenuItem that starts a replay of the last game when activated. 00019 */ 00020 class ReplayStartMenuItem : public GameStartMenuItem 00021 { 00022 public: 00026 ReplayStartMenuItem(std::wstring label); 00027 virtual ~ReplayStartMenuItem(); 00028 virtual void activate(); 00029 }; 00030 00031 }
Generated at Mon Sep 6 00:41:13 2010 by Doxygen version 1.4.7 for Racer version svn335.