Skip to content

Commit edcc4fc

Browse files
committed
updates
1 parent 58b503e commit edcc4fc

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

BasicGameEngine.sln

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CommandHistoryOperation1",
1717
EndProject
1818
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DX11Operation", "DX11Operation\DX11Operation.vcxproj", "{482D7C56-57B0-468F-8490-011B0B4BB56D}"
1919
EndProject
20+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}"
21+
ProjectSection(SolutionItems) = preProject
22+
readme.md = readme.md
23+
EndProjectSection
24+
EndProject
2025
Global
2126
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2227
Debug|ARM = Debug|ARM

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# BasicGameEngine
2-
1+
BasicGameEngine
32
Has a very basic game loop and a Microsoft Windows c++ tested in Windows Server 2022 and Windows 10.
43

5-
You have to run it in admin mode because of Mutex operations.
6-
4+
You have to run it in admin mode because of Mutex operations.

0 commit comments

Comments
 (0)