mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 05:47:43 +00:00
Initial Console integration
This commit is contained in:
@@ -7,6 +7,11 @@
|
||||
#include <amuse/amuse.hpp>
|
||||
#include "RetroTypes.hpp"
|
||||
|
||||
namespace hecl
|
||||
{
|
||||
class CVarManager;
|
||||
}
|
||||
|
||||
namespace urde
|
||||
{
|
||||
class CStopWatch;
|
||||
@@ -34,6 +39,7 @@ class IMain
|
||||
public:
|
||||
virtual ~IMain() = default;
|
||||
virtual void Init(const hecl::Runtime::FileStoreManager& storeMgr,
|
||||
hecl::CVarManager* cvarMgr,
|
||||
boo::IWindow* window,
|
||||
boo::IAudioVoiceEngine* voiceEngine,
|
||||
amuse::IBackendVoiceAllocator& backend)=0;
|
||||
|
||||
Reference in New Issue
Block a user