Push initial pour sauvegarde des paramètres
This commit is contained in:
		| @@ -25,6 +25,7 @@ | ||||
|     <ClInclude Include="engine.h" /> | ||||
|     <ClInclude Include="mesh.h" /> | ||||
|     <ClInclude Include="openglcontext.h" /> | ||||
|     <ClInclude Include="parameters.h" /> | ||||
|     <ClInclude Include="remoteplayer.h" /> | ||||
|     <ClInclude Include="shader.h" /> | ||||
|     <ClInclude Include="skybox.h" /> | ||||
| @@ -41,6 +42,7 @@ | ||||
|     <ClCompile Include="main.cpp" /> | ||||
|     <ClCompile Include="mesh.cpp" /> | ||||
|     <ClCompile Include="openglcontext.cpp" /> | ||||
|     <ClCompile Include="parameters.cpp" /> | ||||
|     <ClCompile Include="remoteplayer.cpp" /> | ||||
|     <ClCompile Include="shader.cpp" /> | ||||
|     <ClCompile Include="skybox.cpp" /> | ||||
|   | ||||
| @@ -53,6 +53,9 @@ | ||||
|     <ClInclude Include="remoteplayer.h"> | ||||
|       <Filter>Fichiers d%27en-tête</Filter> | ||||
|     </ClInclude> | ||||
|     <ClInclude Include="parameters.h"> | ||||
|       <Filter>Fichiers d%27en-tête</Filter> | ||||
|     </ClInclude> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <ClCompile Include="engine.cpp"> | ||||
| @@ -97,5 +100,8 @@ | ||||
|     <ClCompile Include="remoteplayer.cpp"> | ||||
|       <Filter>Fichiers sources</Filter> | ||||
|     </ClCompile> | ||||
|     <ClCompile Include="parameters.cpp"> | ||||
|       <Filter>Fichiers sources</Filter> | ||||
|     </ClCompile> | ||||
|   </ItemGroup> | ||||
| </Project> | ||||
							
								
								
									
										1
									
								
								SQCSim2021/parameters.cpp
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								SQCSim2021/parameters.cpp
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | ||||
| #include "parameters.h" | ||||
							
								
								
									
										8
									
								
								SQCSim2021/parameters.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								SQCSim2021/parameters.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | ||||
| #ifndef PARAMETERS_H | ||||
| #define PARAMETERS_H | ||||
|  | ||||
| class Parameters { | ||||
|  | ||||
| }; | ||||
|  | ||||
| #endif // PARAMETERS_H | ||||
		Reference in New Issue
	
	Block a user