From f654c5effa41a6f6318f8c2e71333594778554a1 Mon Sep 17 00:00:00 2001
From: mduval76 <9343789@etu.cegepsth.qc.ca>
Date: Thu, 16 Nov 2023 18:01:00 -0500
Subject: [PATCH] =?UTF-8?q?Push=20initial=20pour=20sauvegarde=20des=20para?=
=?UTF-8?q?m=C3=A8tres?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
SQCSim2021/SQCSim2021.vcxproj | 2 ++
SQCSim2021/SQCSim2021.vcxproj.filters | 6 ++++++
SQCSim2021/parameters.cpp | 1 +
SQCSim2021/parameters.h | 8 ++++++++
4 files changed, 17 insertions(+)
create mode 100644 SQCSim2021/parameters.cpp
create mode 100644 SQCSim2021/parameters.h
diff --git a/SQCSim2021/SQCSim2021.vcxproj b/SQCSim2021/SQCSim2021.vcxproj
index fc67c42..b306010 100644
--- a/SQCSim2021/SQCSim2021.vcxproj
+++ b/SQCSim2021/SQCSim2021.vcxproj
@@ -25,6 +25,7 @@
+
@@ -41,6 +42,7 @@
+
diff --git a/SQCSim2021/SQCSim2021.vcxproj.filters b/SQCSim2021/SQCSim2021.vcxproj.filters
index 5c8a864..271ff00 100644
--- a/SQCSim2021/SQCSim2021.vcxproj.filters
+++ b/SQCSim2021/SQCSim2021.vcxproj.filters
@@ -53,6 +53,9 @@
Fichiers d%27en-tĂȘte
+
+ Fichiers d%27en-tĂȘte
+
@@ -97,5 +100,8 @@
Fichiers sources
+
+ Fichiers sources
+
\ No newline at end of file
diff --git a/SQCSim2021/parameters.cpp b/SQCSim2021/parameters.cpp
new file mode 100644
index 0000000..5dd7956
--- /dev/null
+++ b/SQCSim2021/parameters.cpp
@@ -0,0 +1 @@
+#include "parameters.h"
diff --git a/SQCSim2021/parameters.h b/SQCSim2021/parameters.h
new file mode 100644
index 0000000..51a477e
--- /dev/null
+++ b/SQCSim2021/parameters.h
@@ -0,0 +1,8 @@
+#ifndef PARAMETERS_H
+#define PARAMETERS_H
+
+class Parameters {
+
+};
+
+#endif // PARAMETERS_H
\ No newline at end of file