Added tools and texture handler

This commit is contained in:
andreja6
2020-03-13 16:28:12 -07:00
parent 3f4963795c
commit 24854a062a
13 changed files with 267 additions and 98 deletions

View File

@@ -306,6 +306,10 @@
RelativePath=".\StringFunctions.cpp"
>
</File>
<File
RelativePath=".\TextureHandler.cpp"
>
</File>
<File
RelativePath=".\WindowFunctions.cpp"
>
@@ -401,6 +405,10 @@
<Filter
Name="Tools"
>
<File
RelativePath=".\ArrowTool.cpp"
>
</File>
<File
RelativePath=".\Tool.cpp"
>
@@ -503,6 +511,10 @@
RelativePath=".\StringFunctions.h"
>
</File>
<File
RelativePath=".\TextureHandler.h"
>
</File>
<File
RelativePath=".\ToggleImageButtonInstance.h"
>
@@ -594,6 +606,10 @@
<Filter
Name="Tools"
>
<File
RelativePath=".\ArrowTool.h"
>
</File>
<File
RelativePath=".\Tool.h"
>