Removed some comments. Basically did nothing

This commit is contained in:
stiffly
2016-01-06 11:39:32 +01:00
parent c133223bac
commit 7ae42a5bf7
5 changed files with 20 additions and 20 deletions
+1
View File
@@ -14,6 +14,7 @@ public:
virtual ~Network() { };
virtual void Start(World* m_world, EventBroker *eventBroker) = 0;
virtual void Update() = 0;
virtual void Close() = 0;
};
#endif