mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 15:21:59 +00:00
4189d27b34
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/branches/ZeroRadiant@180 8a3a26a2-13c4-0310-b231-cf6edde360e5
56 lines
1 KiB
XML
56 lines
1 KiB
XML
<?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>
|