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 @@
<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="components" elementFormDefault="qualified">
<xs:include schemaLocation="Components/Transform.xsd"/>
<xs:include schemaLocation="Components/Test.xsd"/>
</xs:schema>