Synodic-Software / Soul-Engine

Physically based renderer and simulation engine for real-time applications.
GNU General Public License v3.0
42 stars 24 forks source link

Create Initial Networking Classes #197

Closed Behemyth closed 6 years ago

Behemyth commented 6 years ago

In Source/Network create the two folders Server and Client. Both of these folders will have, for example, Server.h/.cpp. In the Source/Network folder, create the four files AbstractNetworkManager.h/.cpp and NetworkManager.h/.cpp with the latter inheriting from the former.

zhoul10 commented 6 years ago

Files are created.