mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-30 19:47:42 +00:00
0aa7e882b7
This was SVN commit r16263.
24 lines
571 B
XML
24 lines
571 B
XML
<?xml version="1.0" encoding="iso-8859-1" standalone="no" ?>
|
|
|
|
<!DOCTYPE objects SYSTEM "../gui.dtd">
|
|
|
|
<objects>
|
|
|
|
<!--
|
|
==========================================
|
|
- INCLUDE SCRIPT - UTILITY FUNCTIONS
|
|
==========================================
|
|
-->
|
|
|
|
<script file="gui/common/functions_utility.js" />
|
|
|
|
<!--
|
|
==========================================
|
|
- INCLUDE SCRIPT - GLOBAL OBJECT FUNCTIONS
|
|
==========================================
|
|
-->
|
|
|
|
<script file="gui/common/functions_global_object.js" />
|
|
|
|
</objects>
|