0f17f9a888
# Conflicts: # include/Engine/Editor/EditorSystem.h # include/Engine/Rendering/EPicking.h # include/Engine/Rendering/Renderer.h # include/Game/Game.h # resources/Schema/Components.xsd # resources/Schema/Entities/Test.xml # src/Engine/Editor/EditorSystem.cpp # src/Engine/Rendering/RawModel.cpp # src/Engine/Rendering/RenderQueueFactory.cpp # src/Engine/Rendering/Renderer.cpp # src/Game/Game.cpp
13 lines
642 B
XML
13 lines
642 B
XML
<?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/Model.xsd"/>
|
|
<xs:include schemaLocation="Components/Test.xsd"/>
|
|
<xs:include schemaLocation="Components/RaptorCopter.xsd"/>
|
|
<xs:include schemaLocation="Components/Player.xsd"/>
|
|
<xs:include schemaLocation="Components/Camera.xsd"/>
|
|
<xs:include schemaLocation="Components/AABB.xsd"/>
|
|
<xs:include schemaLocation="Components/Trigger.xsd"/>
|
|
<xs:include schemaLocation="Components/Health.xsd"/>
|
|
</xs:schema> |