added absolutely broken cpp code after painfull debugging session

This commit is contained in:
2025-07-13 02:42:51 +02:00
parent 5208d61954
commit 1b1d8a5d82
140 changed files with 79345 additions and 97 deletions

31
ShadowCrestGameEngine.sln Normal file
View File

@ -0,0 +1,31 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36301.6 d17.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ShadowCrestGameEngine", "ShadowCrestGameEngine.vcxproj", "{5653811A-38D1-4D9D-9446-A417E8557584}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5653811A-38D1-4D9D-9446-A417E8557584}.Debug|x64.ActiveCfg = Debug|x64
{5653811A-38D1-4D9D-9446-A417E8557584}.Debug|x64.Build.0 = Debug|x64
{5653811A-38D1-4D9D-9446-A417E8557584}.Debug|x86.ActiveCfg = Debug|Win32
{5653811A-38D1-4D9D-9446-A417E8557584}.Debug|x86.Build.0 = Debug|Win32
{5653811A-38D1-4D9D-9446-A417E8557584}.Release|x64.ActiveCfg = Release|x64
{5653811A-38D1-4D9D-9446-A417E8557584}.Release|x64.Build.0 = Release|x64
{5653811A-38D1-4D9D-9446-A417E8557584}.Release|x86.ActiveCfg = Release|Win32
{5653811A-38D1-4D9D-9446-A417E8557584}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BCC6CFCC-6747-45A2-ABEE-0BC355C15801}
EndGlobalSection
EndGlobal