lethal-guitar / RigelEngine

A modern re-implementation of the classic DOS game Duke Nukem II

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove file scope `using namespace std` declarations

lethal-guitar opened this issue · comments

There are a few places in the code that feature using namespace std at top-level file scope. These should be removed and replaced with either full qualification, or function scope using declarations.