mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-10 03:51:18 +00:00
57 lines
1 KiB
Text
57 lines
1 KiB
Text
|
<?xml version="1.0" encoding="iso-8859-1" standalone="yes"?>
|
||
|
<!-- synapse XML configuration -->
|
||
|
<synapseconfig>
|
||
|
<client name="core">
|
||
|
<api name="image">
|
||
|
tga jpg
|
||
|
</api>
|
||
|
<api name="VFS">
|
||
|
pk3
|
||
|
</api>
|
||
|
<api name="shaders">
|
||
|
quake3
|
||
|
</api>
|
||
|
<api name="map">
|
||
|
mapq3
|
||
|
</api>
|
||
|
<api name="eclass">
|
||
|
def
|
||
|
</api>
|
||
|
<api name="surfdialog">
|
||
|
quake3
|
||
|
</api>
|
||
|
</client>
|
||
|
<client name="image">
|
||
|
<api name="VFS">
|
||
|
pk3
|
||
|
</api>
|
||
|
</client>
|
||
|
<client name="shaders">
|
||
|
<!-- NOTE: this is a SYN_PROVIDE -->
|
||
|
<api name="shaders">
|
||
|
quake3
|
||
|
</api>
|
||
|
<api name="VFS">
|
||
|
pk3
|
||
|
</api>
|
||
|
</client>
|
||
|
<client name="map">
|
||
|
<api name="shaders">
|
||
|
quake3
|
||
|
</api>
|
||
|
</client>
|
||
|
<client name="xmap">
|
||
|
<api name="shaders">
|
||
|
quake3
|
||
|
</api>
|
||
|
</client>
|
||
|
<client name="model">
|
||
|
<api name="shaders">
|
||
|
quake3
|
||
|
</api>
|
||
|
<api name="VFS">
|
||
|
pk3
|
||
|
</api>
|
||
|
</client>
|
||
|
</synapseconfig>
|