rpg-x2-rpgxef/prototypes/locations.xml
Walter Julius Hennecke 0827ec473c Changes to g_main.c and xml support
- changed some buffers to dynamically allocate the size the files to be
  read have
- xml support ... nothing done yet just empty files for now
2012-06-02 11:59:23 +02:00

9 lines
211 B
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<locationsList>
<location>
<origin x="100" y="1000" z="-567" />
<angles x="90" y="0" z="10" />
<restricted />
<name>Name</name>
</location>
</locationsList>