Skip to content

Commit

Permalink
Add TextureReference.cpp to VC++ projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Lactozilla committed Jul 5, 2024
1 parent 0a66d6a commit e80f5ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions VisualC/HatchGameEngine.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ CD ..</Command>
<ClCompile Include="..\source\engine\rendering\software\SoftwareRenderer.cpp" />
<ClCompile Include="..\source\engine\rendering\software\PolygonRasterizer.cpp" />
<ClCompile Include="..\source\engine\rendering\Texture.cpp" />
<ClCompile Include="..\source\engine\rendering\TextureReference.cpp" />
<ClCompile Include="..\source\engine\rendering\VertexBuffer.cpp" />
<ClCompile Include="..\source\engine\rendering\ViewTexture.cpp" />
<ClCompile Include="..\source\engine\resourcetypes\Image.cpp" />
Expand Down
3 changes: 3 additions & 0 deletions VisualC/HatchGameEngine.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@
<ClCompile Include="..\source\engine\rendering\Texture.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\source\engine\rendering\TextureReference.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\source\engine\rendering\VertexBuffer.cpp">
<Filter>Source Files</Filter>
</ClCompile>
Expand Down

0 comments on commit e80f5ad

Please sign in to comment.