mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-21 23:39:55 +00:00
moved some core functions over to system module
This commit is contained in:
+1
-7
@@ -27,12 +27,6 @@
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "common.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
class EmuWindow;
|
||||
|
||||
namespace Core {
|
||||
|
||||
/// Start the core
|
||||
@@ -51,7 +45,7 @@ void Halt(const char *msg);
|
||||
void Stop();
|
||||
|
||||
/// Initialize the core
|
||||
int Init(EmuWindow* emu_window);
|
||||
int Init();
|
||||
|
||||
} // namespace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user