mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-11-24 13:42:06 +00:00
chore: move using namespace out of namespace
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
#include "BSPUtil.h"
|
||||
#include "Linker/BSPLinker.h"
|
||||
|
||||
using namespace BSP;
|
||||
|
||||
namespace
|
||||
{
|
||||
using namespace BSP;
|
||||
|
||||
class BSPLoader final : public IAssetCreator
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user