mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 07:53:12 +00:00
Moved base/game.* to engines/game.*
svn-id: r34589
This commit is contained in:
parent
2bcc5681d8
commit
a6dd4b7d4d
@ -3,7 +3,6 @@ MODULE := base
|
||||
MODULE_OBJS := \
|
||||
main.o \
|
||||
commandLine.o \
|
||||
game.o \
|
||||
plugins.o \
|
||||
version.o
|
||||
|
||||
|
@ -28,8 +28,6 @@
|
||||
#include "common/fs.h"
|
||||
#include "common/error.h"
|
||||
|
||||
#include "base/game.h" // For PlainGameDescriptor and GameList
|
||||
|
||||
#include "engines/metaengine.h"
|
||||
|
||||
namespace Common {
|
||||
|
@ -23,7 +23,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "base/game.h"
|
||||
#include "engines/game.h"
|
||||
#include "base/plugins.h"
|
||||
#include "graphics/surface.h"
|
||||
|
@ -23,8 +23,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef BASE_GAME_H
|
||||
#define BASE_GAME_H
|
||||
#ifndef ENGINES_GAME_H
|
||||
#define ENGINES_GAME_H
|
||||
|
||||
#include "common/str.h"
|
||||
#include "common/array.h"
|
@ -29,7 +29,7 @@
|
||||
#include "common/str.h"
|
||||
#include "common/error.h"
|
||||
|
||||
#include "base/game.h"
|
||||
#include "engines/game.h"
|
||||
#include "base/plugins.h"
|
||||
|
||||
class Engine;
|
||||
|
@ -1,7 +1,9 @@
|
||||
MODULE := engines
|
||||
|
||||
MODULE_OBJS := \
|
||||
dialogs.o \
|
||||
engine.o \
|
||||
dialogs.o
|
||||
game.o
|
||||
|
||||
# Include common rules
|
||||
include $(srcdir)/rules.mk
|
||||
|
@ -26,7 +26,7 @@
|
||||
#define LAUNCHER_DIALOG_H
|
||||
|
||||
#include "gui/dialog.h"
|
||||
#include "base/game.h"
|
||||
#include "engines/game.h"
|
||||
#include "common/str.h"
|
||||
|
||||
namespace GUI {
|
||||
|
Loading…
x
Reference in New Issue
Block a user