2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-12-07 19:57:48 +00:00

chore: do not use using namespace in headers

This commit is contained in:
Jan Laupetin
2025-11-06 19:08:07 +01:00
parent 03670ea6e1
commit c67e3d1648
19 changed files with 78 additions and 65 deletions

View File

@@ -3,7 +3,9 @@
#include "../BSPUtil.h"
#include <nlohmann/json.hpp>
using namespace nlohmann;
using namespace T6;
namespace
{