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