Added resource folder for lightweight run-time resources that is also relevant to code, eg. shaders and XML schemas
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="types" elementFormDefault="qualified">
|
||||
<xs:include schemaLocation="Types/Quaternion.xsd"/>
|
||||
<xs:include schemaLocation="Types/Vector.xsd"/>
|
||||
</xs:schema>
|
||||
Reference in New Issue
Block a user