bridgecommand / bc

Bridge Command ship simulator
https://www.bridgecommand.co.uk
Other
61 stars 25 forks source link

Remove using namespace declarations #10

Closed ceeac closed 4 years ago

ceeac commented 5 years ago

This PR removes all using namespace constructs from bridgecommand. Using using namespace is generally considered bad practice, that's why I removed it.

ceeac commented 5 years ago

Rebased changes on top of current master.

bridgecommand commented 4 years ago

Thanks. I ended up duplicating this myself with commit 4099f2bd9185722d57dbee2cb83d37d0bb04f9db.