From 1ab83a85a7b525481fc1f86dd6e17ffee6682034 Mon Sep 17 00:00:00 2001
From: mduval76 <9343789@etu.cegepsth.qc.ca>
Date: Sat, 25 Nov 2023 14:05:47 -0500
Subject: [PATCH] =?UTF-8?q?Transfert=20classe=20Paramteres=20de=20common?=
=?UTF-8?q?=20=C3=A0=20SQCSim=202021?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
SQCSim-common/SQCSim-common.vcxproj | 2 --
SQCSim-common/SQCSim-common.vcxproj.filters | 6 ------
SQCSim2021/SQCSim2021.vcxproj | 2 ++
SQCSim2021/SQCSim2021.vcxproj.filters | 6 ++++++
SQCSim2021/engine.h | 4 ----
5 files changed, 8 insertions(+), 12 deletions(-)
diff --git a/SQCSim-common/SQCSim-common.vcxproj b/SQCSim-common/SQCSim-common.vcxproj
index 9e79f4d..4ba7bd4 100644
--- a/SQCSim-common/SQCSim-common.vcxproj
+++ b/SQCSim-common/SQCSim-common.vcxproj
@@ -140,7 +140,6 @@
-
@@ -154,7 +153,6 @@
-
diff --git a/SQCSim-common/SQCSim-common.vcxproj.filters b/SQCSim-common/SQCSim-common.vcxproj.filters
index 20127f3..45814cf 100644
--- a/SQCSim-common/SQCSim-common.vcxproj.filters
+++ b/SQCSim-common/SQCSim-common.vcxproj.filters
@@ -57,9 +57,6 @@
Fichiers d%27en-tête
-
- Fichiers d%27en-tête
-
@@ -89,8 +86,5 @@
Fichiers sources
-
- Fichiers sources
-
\ No newline at end of file
diff --git a/SQCSim2021/SQCSim2021.vcxproj b/SQCSim2021/SQCSim2021.vcxproj
index 3aec273..8f2d6e3 100644
--- a/SQCSim2021/SQCSim2021.vcxproj
+++ b/SQCSim2021/SQCSim2021.vcxproj
@@ -19,6 +19,7 @@
+
@@ -36,6 +37,7 @@
+
diff --git a/SQCSim2021/SQCSim2021.vcxproj.filters b/SQCSim2021/SQCSim2021.vcxproj.filters
index 8246b5c..5b333aa 100644
--- a/SQCSim2021/SQCSim2021.vcxproj.filters
+++ b/SQCSim2021/SQCSim2021.vcxproj.filters
@@ -56,6 +56,9 @@
Fichiers d%27en-tête
+
+ Fichiers d%27en-tête
+
@@ -103,5 +106,8 @@
Fichiers sources
+
+ Fichiers sources
+
\ No newline at end of file
diff --git a/SQCSim2021/engine.h b/SQCSim2021/engine.h
index 9e29562..57841b9 100644
--- a/SQCSim2021/engine.h
+++ b/SQCSim2021/engine.h
@@ -64,10 +64,6 @@ private:
void DrawHud(float elapsedTime, BlockType bloc);
void PrintText(float x, float y, const std::string& t, float charSizeMultiplier = 1.0f);
-
-
-
-
Connector m_conn;
Shader m_shader01;
BlockInfo* m_blockinfo[BTYPE_LAST];