refactor: byebye using namespace std

shoo
This commit is contained in:
Tropical
2026-03-08 22:43:44 +01:00
committed by JuiceyDev
parent 31ba56f277
commit 9a1e4e7752
319 changed files with 321 additions and 321 deletions
@@ -1,12 +1,12 @@
#pragma once
using namespace std;
class Particle;
class Level;
class Textures;
class Entity;
class Random;
using namespace std;
class ParticleEngine
{