refactor: byebye using namespace std

shoo
This commit is contained in:
Tropical
2026-03-06 12:16:41 -06:00
parent 2ed4b1fe9e
commit bc7d4ff1d8
319 changed files with 321 additions and 321 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#pragma once
using namespace std;
#include "../Util/ArrayWithLength.h"
+1 -1
View File
@@ -83,7 +83,7 @@ typedef struct _XUIDC* HXUIDC;
bool IsEqualXUID(PlayerUID a, PlayerUID b);
using namespace std;
// Temporary implementation of lock free stack with quite a bit more locking than you might expect
template <typename T> class XLockFreeStack