summaryrefslogtreecommitdiff
path: root/lib/contextmenu.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/contextmenu.cc')
-rw-r--r--lib/contextmenu.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/contextmenu.cc b/lib/contextmenu.cc
index 97cec1e..1d6380c 100644
--- a/lib/contextmenu.cc
+++ b/lib/contextmenu.cc
@@ -17,14 +17,14 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: contextmenu.cc,v 1.3 2006-10-28 16:50:46 pixel Exp $ */
+/* $Id: contextmenu.cc,v 1.4 2007-07-27 14:10:19 pixel Exp $ */
#include <SDL.h>
#include <vector>
#include <Input.h>
-#include "Font.h"
+#include "font.h"
#include "engine.h"
-#include "Widgets.h"
+#include "widgets.h"
#include "sprite.h"
/***********************************