|
@@ -398,7 +398,8 @@
|
|
<ClCompile Include="..\..\src\modules\font\wrap_GlyphData.cpp" />
|
|
<ClCompile Include="..\..\src\modules\font\wrap_GlyphData.cpp" />
|
|
<ClCompile Include="..\..\src\modules\font\wrap_Rasterizer.cpp" />
|
|
<ClCompile Include="..\..\src\modules\font\wrap_Rasterizer.cpp" />
|
|
<ClCompile Include="..\..\src\modules\graphics\Drawable.cpp" />
|
|
<ClCompile Include="..\..\src\modules\graphics\Drawable.cpp" />
|
|
- <ClCompile Include="..\..\src\modules\graphics\DrawQable.cpp" />
|
|
|
|
|
|
+ <ClCompile Include="..\..\src\modules\graphics\DrawGable.cpp" />
|
|
|
|
+ <ClCompile Include="..\..\src\modules\graphics\Geometry.cpp" />
|
|
<ClCompile Include="..\..\src\modules\graphics\Graphics.cpp" />
|
|
<ClCompile Include="..\..\src\modules\graphics\Graphics.cpp" />
|
|
<ClCompile Include="..\..\src\modules\graphics\Image.cpp" />
|
|
<ClCompile Include="..\..\src\modules\graphics\Image.cpp" />
|
|
<ClCompile Include="..\..\src\modules\graphics\opengl\Canvas.cpp" />
|
|
<ClCompile Include="..\..\src\modules\graphics\opengl\Canvas.cpp" />
|
|
@@ -409,18 +410,16 @@
|
|
<ClCompile Include="..\..\src\modules\graphics\opengl\OpenGL.cpp" />
|
|
<ClCompile Include="..\..\src\modules\graphics\opengl\OpenGL.cpp" />
|
|
<ClCompile Include="..\..\src\modules\graphics\opengl\ParticleSystem.cpp" />
|
|
<ClCompile Include="..\..\src\modules\graphics\opengl\ParticleSystem.cpp" />
|
|
<ClCompile Include="..\..\src\modules\graphics\opengl\Shader.cpp" />
|
|
<ClCompile Include="..\..\src\modules\graphics\opengl\Shader.cpp" />
|
|
- <ClCompile Include="..\..\src\modules\graphics\opengl\Quad.cpp" />
|
|
|
|
<ClCompile Include="..\..\src\modules\graphics\opengl\SpriteBatch.cpp" />
|
|
<ClCompile Include="..\..\src\modules\graphics\opengl\SpriteBatch.cpp" />
|
|
<ClCompile Include="..\..\src\modules\graphics\opengl\VertexBuffer.cpp" />
|
|
<ClCompile Include="..\..\src\modules\graphics\opengl\VertexBuffer.cpp" />
|
|
<ClCompile Include="..\..\src\modules\graphics\opengl\wrap_Canvas.cpp" />
|
|
<ClCompile Include="..\..\src\modules\graphics\opengl\wrap_Canvas.cpp" />
|
|
<ClCompile Include="..\..\src\modules\graphics\opengl\wrap_Font.cpp" />
|
|
<ClCompile Include="..\..\src\modules\graphics\opengl\wrap_Font.cpp" />
|
|
|
|
+ <ClCompile Include="..\..\src\modules\graphics\opengl\wrap_Geometry.cpp" />
|
|
<ClCompile Include="..\..\src\modules\graphics\opengl\wrap_Graphics.cpp" />
|
|
<ClCompile Include="..\..\src\modules\graphics\opengl\wrap_Graphics.cpp" />
|
|
<ClCompile Include="..\..\src\modules\graphics\opengl\wrap_Image.cpp" />
|
|
<ClCompile Include="..\..\src\modules\graphics\opengl\wrap_Image.cpp" />
|
|
<ClCompile Include="..\..\src\modules\graphics\opengl\wrap_ParticleSystem.cpp" />
|
|
<ClCompile Include="..\..\src\modules\graphics\opengl\wrap_ParticleSystem.cpp" />
|
|
<ClCompile Include="..\..\src\modules\graphics\opengl\wrap_Shader.cpp" />
|
|
<ClCompile Include="..\..\src\modules\graphics\opengl\wrap_Shader.cpp" />
|
|
- <ClCompile Include="..\..\src\modules\graphics\opengl\wrap_Quad.cpp" />
|
|
|
|
<ClCompile Include="..\..\src\modules\graphics\opengl\wrap_SpriteBatch.cpp" />
|
|
<ClCompile Include="..\..\src\modules\graphics\opengl\wrap_SpriteBatch.cpp" />
|
|
- <ClCompile Include="..\..\src\modules\graphics\Quad.cpp" />
|
|
|
|
<ClCompile Include="..\..\src\modules\graphics\Volatile.cpp" />
|
|
<ClCompile Include="..\..\src\modules\graphics\Volatile.cpp" />
|
|
<ClCompile Include="..\..\src\modules\image\CompressedData.cpp" />
|
|
<ClCompile Include="..\..\src\modules\image\CompressedData.cpp" />
|
|
<ClCompile Include="..\..\src\modules\image\ImageData.cpp" />
|
|
<ClCompile Include="..\..\src\modules\image\ImageData.cpp" />
|
|
@@ -642,7 +641,8 @@
|
|
<ClInclude Include="..\..\src\modules\font\wrap_Rasterizer.h" />
|
|
<ClInclude Include="..\..\src\modules\font\wrap_Rasterizer.h" />
|
|
<ClInclude Include="..\..\src\modules\graphics\Color.h" />
|
|
<ClInclude Include="..\..\src\modules\graphics\Color.h" />
|
|
<ClInclude Include="..\..\src\modules\graphics\Drawable.h" />
|
|
<ClInclude Include="..\..\src\modules\graphics\Drawable.h" />
|
|
- <ClInclude Include="..\..\src\modules\graphics\DrawQable.h" />
|
|
|
|
|
|
+ <ClInclude Include="..\..\src\modules\graphics\DrawGable.h" />
|
|
|
|
+ <ClInclude Include="..\..\src\modules\graphics\Geometry.h" />
|
|
<ClInclude Include="..\..\src\modules\graphics\Graphics.h" />
|
|
<ClInclude Include="..\..\src\modules\graphics\Graphics.h" />
|
|
<ClInclude Include="..\..\src\modules\graphics\Image.h" />
|
|
<ClInclude Include="..\..\src\modules\graphics\Image.h" />
|
|
<ClInclude Include="..\..\src\modules\graphics\opengl\Canvas.h" />
|
|
<ClInclude Include="..\..\src\modules\graphics\opengl\Canvas.h" />
|
|
@@ -653,18 +653,16 @@
|
|
<ClInclude Include="..\..\src\modules\graphics\opengl\OpenGL.h" />
|
|
<ClInclude Include="..\..\src\modules\graphics\opengl\OpenGL.h" />
|
|
<ClInclude Include="..\..\src\modules\graphics\opengl\ParticleSystem.h" />
|
|
<ClInclude Include="..\..\src\modules\graphics\opengl\ParticleSystem.h" />
|
|
<ClInclude Include="..\..\src\modules\graphics\opengl\Shader.h" />
|
|
<ClInclude Include="..\..\src\modules\graphics\opengl\Shader.h" />
|
|
- <ClInclude Include="..\..\src\modules\graphics\opengl\Quad.h" />
|
|
|
|
<ClInclude Include="..\..\src\modules\graphics\opengl\SpriteBatch.h" />
|
|
<ClInclude Include="..\..\src\modules\graphics\opengl\SpriteBatch.h" />
|
|
<ClInclude Include="..\..\src\modules\graphics\opengl\VertexBuffer.h" />
|
|
<ClInclude Include="..\..\src\modules\graphics\opengl\VertexBuffer.h" />
|
|
<ClInclude Include="..\..\src\modules\graphics\opengl\wrap_Canvas.h" />
|
|
<ClInclude Include="..\..\src\modules\graphics\opengl\wrap_Canvas.h" />
|
|
<ClInclude Include="..\..\src\modules\graphics\opengl\wrap_Font.h" />
|
|
<ClInclude Include="..\..\src\modules\graphics\opengl\wrap_Font.h" />
|
|
|
|
+ <ClInclude Include="..\..\src\modules\graphics\opengl\wrap_Geometry.h" />
|
|
<ClInclude Include="..\..\src\modules\graphics\opengl\wrap_Graphics.h" />
|
|
<ClInclude Include="..\..\src\modules\graphics\opengl\wrap_Graphics.h" />
|
|
<ClInclude Include="..\..\src\modules\graphics\opengl\wrap_Image.h" />
|
|
<ClInclude Include="..\..\src\modules\graphics\opengl\wrap_Image.h" />
|
|
<ClInclude Include="..\..\src\modules\graphics\opengl\wrap_ParticleSystem.h" />
|
|
<ClInclude Include="..\..\src\modules\graphics\opengl\wrap_ParticleSystem.h" />
|
|
<ClInclude Include="..\..\src\modules\graphics\opengl\wrap_Shader.h" />
|
|
<ClInclude Include="..\..\src\modules\graphics\opengl\wrap_Shader.h" />
|
|
- <ClInclude Include="..\..\src\modules\graphics\opengl\wrap_Quad.h" />
|
|
|
|
<ClInclude Include="..\..\src\modules\graphics\opengl\wrap_SpriteBatch.h" />
|
|
<ClInclude Include="..\..\src\modules\graphics\opengl\wrap_SpriteBatch.h" />
|
|
- <ClInclude Include="..\..\src\modules\graphics\Quad.h" />
|
|
|
|
<ClInclude Include="..\..\src\modules\graphics\Volatile.h" />
|
|
<ClInclude Include="..\..\src\modules\graphics\Volatile.h" />
|
|
<ClInclude Include="..\..\src\modules\image\CompressedData.h" />
|
|
<ClInclude Include="..\..\src\modules\image\CompressedData.h" />
|
|
<ClInclude Include="..\..\src\modules\image\Image.h" />
|
|
<ClInclude Include="..\..\src\modules\image\Image.h" />
|