added defer.h for better free() use;

to create multiple textures in one array is now possible;
swapping textures with mouseclick;
added some textures;

git-svn-id: svn://ammerhai.com/home/mike/pokemon_repo@7 24008968-59e6-ed4c-a10b-0b2c954b24ab
This commit is contained in:
mikeb
2021-02-27 17:13:03 +00:00
parent 29c4a4f290
commit 5ccc22deae
12 changed files with 125 additions and 5 deletions
+1
View File
@@ -121,6 +121,7 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\create_window.h" />
<ClInclude Include="src\defer.h" />
<ClInclude Include="src\load_entire_file.h" />
<ClInclude Include="src\load_tga_file.h" />
<ClInclude Include="src\log.h" />