Added resource folder for lightweight run-time resources that is also relevant to code, eg. shaders and XML schemas

This commit is contained in:
sippeangelo
2015-11-20 16:06:30 +01:00
parent d21f23dac9
commit 1a8784b4be
12 changed files with 130 additions and 9 deletions
+6
View File
@@ -0,0 +1,6 @@
<c:Test>
<Integer>1</Integer>
<Float>1.333</Float>
<Vector X="1.33333" Y="2.33333" Z="3.33333"/>
<Quaternion I="1.33333" J="2.33333" K="3.33333"/>
</c:Test>