shmocz / ra2yrcpp

Protobuf API and C++/Python library to interact with Red Alert 2: Yuri's Revenge through WebSockets and HTTP
GNU General Public License v3.0
12 stars 1 forks source link

Namespaces are inconsistent #2

Open shmocz opened 1 year ago

shmocz commented 1 year ago

Portions of code still use the old "yrclient" as their root namespace, and overall the namespace structure is irregular.

Solution: devise standard namespace conventions, and update the code to conform to them.