mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-25 15:51:33 +00:00
refactor: byebye using namespace std
shoo
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#pragma once
|
||||
using namespace std;
|
||||
|
||||
|
||||
class Particle;
|
||||
class Level;
|
||||
class Textures;
|
||||
class Entity;
|
||||
class Random;
|
||||
using namespace std;
|
||||
|
||||
|
||||
class ParticleEngine
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user