mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 14:51:40 +00:00
GROOVIE: Solve missing header dependencies.
This commit is contained in:
parent
563cef1071
commit
509fd69827
@ -24,6 +24,7 @@
|
||||
#include "common/translation.h"
|
||||
|
||||
#include "engines/advancedDetector.h"
|
||||
#include "groovie/detection_enums.h"
|
||||
#include "groovie/detection.h"
|
||||
|
||||
namespace Groovie {
|
||||
|
@ -24,7 +24,6 @@
|
||||
#define GROOVIE_DETECTION_H
|
||||
|
||||
#include "engines/advancedDetector.h"
|
||||
#include "groovie/detection_enums.h" // for EngineVersion
|
||||
|
||||
namespace Groovie {
|
||||
|
||||
|
@ -20,6 +20,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef GROOVIE_DETECTION_ENUMS_H
|
||||
#define GROOVIE_DETECTION_ENUMS_H
|
||||
|
||||
namespace Groovie {
|
||||
|
||||
enum EngineVersion {
|
||||
@ -28,3 +31,5 @@ enum EngineVersion {
|
||||
};
|
||||
|
||||
} // End of namespace Groovie
|
||||
|
||||
#endif // !GROOVIE_DETECTION_ENUMS_H
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include "groovie/cursor.h"
|
||||
#include "groovie/detection.h"
|
||||
#include "groovie/graphics.h"
|
||||
#include "groovie/script.h"
|
||||
#include "groovie/music.h"
|
||||
#include "groovie/resource.h"
|
||||
#include "groovie/stuffit.h"
|
||||
|
@ -28,6 +28,7 @@
|
||||
|
||||
#include "engines/engine.h"
|
||||
#include "graphics/pixelformat.h"
|
||||
#include "groovie/detection_enums.h"
|
||||
|
||||
namespace Common {
|
||||
class MacResManager;
|
||||
|
Loading…
x
Reference in New Issue
Block a user