shithub: ft2-clone

Download patch

ref: 6a594c824f0e29689297d1347faebaf451a1f382
parent: 79e4f7b5749f12866a3b63f460d3e51559f1e137
author: Olav Sørensen <olav.sorensen@live.no>
date: Thu Apr 1 14:10:44 EDT 2021

Some minor stuff

--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@
 *.db-wal
 *.recipe
 vs2019_project/ft2-clone/Release/ft2-clone-win64.iobj
+vs2019_project/ft2-clone/Release/ft2-clone-win32.iobj
--- a/vs2019_project/ft2-clone/ft2-clone.vcxproj.filters
+++ b/vs2019_project/ft2-clone/ft2-clone.vcxproj.filters
@@ -274,9 +274,6 @@
     <Filter Include="graphics">
       <UniqueIdentifier>{c6fad604-509b-4072-b181-d47835f08428}</UniqueIdentifier>
     </Filter>
-    <Filter Include="rtmidi">
-      <UniqueIdentifier>{95e882a1-e589-4684-a3cb-48e0a1d073aa}</UniqueIdentifier>
-    </Filter>
     <Filter Include="mixer">
       <UniqueIdentifier>{5c40c417-c4bb-4cf2-b71b-c557bf0a86cd}</UniqueIdentifier>
     </Filter>
@@ -285,6 +282,9 @@
     </Filter>
     <Filter Include="smploaders">
       <UniqueIdentifier>{62e7f7c0-f7ae-4b85-bd62-2c83f74e3953}</UniqueIdentifier>
+    </Filter>
+    <Filter Include="rtmidi">
+      <UniqueIdentifier>{95e882a1-e589-4684-a3cb-48e0a1d073aa}</UniqueIdentifier>
     </Filter>
   </ItemGroup>
   <ItemGroup>