From 18975a298d0868461699820b9e59ef8fd90cebed Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 15 Apr 2006 21:20:16 +0000 Subject: Moved (Plain)GameDescriptor from base/gameDetector.h to the new base/game.h header file svn-id: r21917 --- base/plugins.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'base/plugins.h') diff --git a/base/plugins.h b/base/plugins.h index 5b758221a2..f0318a8008 100644 --- a/base/plugins.h +++ b/base/plugins.h @@ -21,13 +21,13 @@ * */ -#ifndef COMMON_PLUGINS_H -#define COMMON_PLUGINS_H +#ifndef BASE_PLUGINS_H +#define BASE_PLUGINS_H #include "common/array.h" #include "common/singleton.h" #include "common/util.h" -#include "base/gameDetector.h" // For GameDescriptor +#include "base/game.h" class Engine; class FSList; -- cgit v1.2.3