Commit 7e28379c authored by hybrid's avatar hybrid

Add new test file to project files

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4695 dfc29bdd-3216-0410-991c-e03cc46cb475
parent ee19b6b5
...@@ -83,6 +83,7 @@ ...@@ -83,6 +83,7 @@
<Unit filename="burningsVideo.cpp" /> <Unit filename="burningsVideo.cpp" />
<Unit filename="collisionResponseAnimator.cpp" /> <Unit filename="collisionResponseAnimator.cpp" />
<Unit filename="color.cpp" /> <Unit filename="color.cpp" />
<Unit filename="coreutil.cpp" />
<Unit filename="createImage.cpp" /> <Unit filename="createImage.cpp" />
<Unit filename="cursorSetVisible.cpp" /> <Unit filename="cursorSetVisible.cpp" />
<Unit filename="disambiguateTextures.cpp" /> <Unit filename="disambiguateTextures.cpp" />
......
...@@ -153,6 +153,7 @@ ...@@ -153,6 +153,7 @@
<ClCompile Include="burningsVideo.cpp" /> <ClCompile Include="burningsVideo.cpp" />
<ClCompile Include="collisionResponseAnimator.cpp" /> <ClCompile Include="collisionResponseAnimator.cpp" />
<ClCompile Include="color.cpp" /> <ClCompile Include="color.cpp" />
<ClCompile Include="coreutil.cpp" />
<ClCompile Include="createImage.cpp" /> <ClCompile Include="createImage.cpp" />
<ClCompile Include="cursorSetVisible.cpp" /> <ClCompile Include="cursorSetVisible.cpp" />
<ClCompile Include="disambiguateTextures.cpp" /> <ClCompile Include="disambiguateTextures.cpp" />
......
...@@ -157,6 +157,7 @@ ...@@ -157,6 +157,7 @@
<ClCompile Include="burningsVideo.cpp" /> <ClCompile Include="burningsVideo.cpp" />
<ClCompile Include="collisionResponseAnimator.cpp" /> <ClCompile Include="collisionResponseAnimator.cpp" />
<ClCompile Include="color.cpp" /> <ClCompile Include="color.cpp" />
<ClCompile Include="coreutil.cpp" />
<ClCompile Include="createImage.cpp" /> <ClCompile Include="createImage.cpp" />
<ClCompile Include="cursorSetVisible.cpp" /> <ClCompile Include="cursorSetVisible.cpp" />
<ClCompile Include="disambiguateTextures.cpp" /> <ClCompile Include="disambiguateTextures.cpp" />
......
...@@ -204,6 +204,10 @@ ...@@ -204,6 +204,10 @@
RelativePath=".\color.cpp" RelativePath=".\color.cpp"
> >
</File> </File>
<File
RelativePath=".\coreutil.cpp"
>
</File>
<File <File
RelativePath=".\createImage.cpp" RelativePath=".\createImage.cpp"
> >
......
...@@ -203,6 +203,10 @@ ...@@ -203,6 +203,10 @@
RelativePath=".\color.cpp" RelativePath=".\color.cpp"
> >
</File> </File>
<File
RelativePath=".\coreutil.cpp"
>
</File>
<File <File
RelativePath=".\createImage.cpp" RelativePath=".\createImage.cpp"
> >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment