Refactor to remove dependency of DrivenEngine on World
This commit is contained in:
@@ -40,11 +40,13 @@ enum class AccessKind {
|
||||
class DrivenEngine;
|
||||
class PlayLogfile;
|
||||
class ReplayLogfile;
|
||||
class World;
|
||||
|
||||
struct EngineWrapper {
|
||||
char error[DRV_ERRMSG_SIZE];
|
||||
char databuffer[DRV_SHORTSTRING_SIZE];
|
||||
DrivenEngine *engine;
|
||||
World *world;
|
||||
PlayLogfile *wlog;
|
||||
ReplayLogfile *rlog;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user