cleanup de fichiers en double

This commit is contained in:
MarcEricMartel
2023-09-29 12:04:08 -04:00
parent 180fd39f2e
commit 954b976f27
22 changed files with 287 additions and 3427 deletions

View File

@@ -3,7 +3,10 @@
#include <algorithm>
#include <cmath>
#include "../SQCSim-common/array2d.h"
#include "../SQCSim-common/blockinfo.h"
#include "define.h"
#include "bullet.h"
#include "openglcontext.h"
#include "texture.h"
#include "transformation.h"
@@ -13,10 +16,7 @@
#include "skybox.h"
#include "audio.h"
#include "textureatlas.h"
#include "blockinfo.h"
#include "array2d.h"
#include "world.h"
#include "bullet.h"
#include "connector.h"
class Engine : public OpenglContext {