mirror of
https://github.com/libretro/scummvm.git
synced 2025-05-13 17:46:22 +00:00
AVALANCHE: Update the main class.
This commit is contained in:
parent
e4c8d82f9d
commit
140e205227
@ -49,6 +49,9 @@ namespace Avalanche {
|
|||||||
|
|
||||||
_gyro.setParent(this);
|
_gyro.setParent(this);
|
||||||
_enhanced.setParent(this);
|
_enhanced.setParent(this);
|
||||||
|
_logger.setParent(this);
|
||||||
|
_pingo.setParent(this);
|
||||||
|
_scrolls.setParent(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
AvalancheEngine::~AvalancheEngine() {
|
AvalancheEngine::~AvalancheEngine() {
|
||||||
|
@ -31,6 +31,9 @@
|
|||||||
#include "avalanche/console.h"
|
#include "avalanche/console.h"
|
||||||
#include "avalanche/gyro2.h"
|
#include "avalanche/gyro2.h"
|
||||||
#include "avalanche/enhanced2.h"
|
#include "avalanche/enhanced2.h"
|
||||||
|
#include "avalanche/logger2.h"
|
||||||
|
#include "avalanche/pingo2.h"
|
||||||
|
#include "avalanche/scrolls2.h"
|
||||||
|
|
||||||
#include "engines/engine.h"
|
#include "engines/engine.h"
|
||||||
#include "engines/advancedDetector.h"
|
#include "engines/advancedDetector.h"
|
||||||
@ -49,6 +52,9 @@ class AvalancheEngine : public Engine {
|
|||||||
public:
|
public:
|
||||||
Gyro _gyro;
|
Gyro _gyro;
|
||||||
Enhanced _enhanced;
|
Enhanced _enhanced;
|
||||||
|
Logger _logger;
|
||||||
|
Pingo _pingo;
|
||||||
|
Scrolls _scrolls;
|
||||||
|
|
||||||
|
|
||||||
AvalancheEngine(OSystem *syst, const AvalancheGameDescription *gd);
|
AvalancheEngine(OSystem *syst, const AvalancheGameDescription *gd);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user