added Canvas, Brush, Stroke and CanvasNode classes
This commit is contained in:
@@ -153,6 +153,7 @@
|
||||
<ClCompile Include="engine\app.cpp" />
|
||||
<ClCompile Include="engine\asset.cpp" />
|
||||
<ClCompile Include="engine\bezier.cpp" />
|
||||
<ClCompile Include="engine\canvas.cpp" />
|
||||
<ClCompile Include="engine\font.cpp" />
|
||||
<ClCompile Include="engine\image.cpp" />
|
||||
<ClCompile Include="engine\layout.cpp" />
|
||||
@@ -191,6 +192,7 @@
|
||||
<ClInclude Include="engine\app.h" />
|
||||
<ClInclude Include="engine\asset.h" />
|
||||
<ClInclude Include="engine\bezier.h" />
|
||||
<ClInclude Include="engine\canvas.h" />
|
||||
<ClInclude Include="engine\font.h" />
|
||||
<ClInclude Include="engine\image.h" />
|
||||
<ClInclude Include="engine\layout.h" />
|
||||
@@ -203,6 +205,7 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="engine\bezier" />
|
||||
<None Include="engine\canvas" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
|
||||
Reference in New Issue
Block a user