DerangedSenators / PlayerLink

Multiplayer API written in C++. Can be used for multiplayer games where server side processing needs to be kept as low as possible
http://docs.derangedsenators.me/PlayerLink
Apache License 2.0
1 stars 3 forks source link

Namespaces Added #24

Closed ashjaimal closed 3 years ago

ashjaimal commented 3 years ago

Namespaces were added to all .cpp files changing the second nested namespace to each sub directory

hsravat-4590 commented 3 years ago

You need to move the closing braces to the end of the file or before the #endif in a header file

hsravat-4590 commented 3 years ago

You also need to add the namespaces to the header files

hsravat-4590 commented 3 years ago

It looks good @ashjaimal ! I'll merge the pull request once I test it and fix those errors you had yesterday