Inject SyncBuffer into SyncEngine. Add Doxygen comments for SyncEngine and SyncData

This commit is contained in:
Erik Broberg
2016-09-16 20:32:29 -04:00
parent dd304fee31
commit 7f393a3270
5 changed files with 94 additions and 26 deletions
@@ -51,7 +51,6 @@ class LuaConsole;
class NetworkEngine;
class GUI;
class RenderEngine;
class SyncBuffer;
class ModuleEngine;
class WindowWrapper;
class SettingsEngine;
@@ -161,7 +160,6 @@ private:
// Others
std::unique_ptr<properties::PropertyOwner> _globalPropertyNamespace;
std::unique_ptr<SyncBuffer> _syncBuffer;
bool _isMaster;
double _runTime;