project_files/Android-build/SDL-android-project/res/values/frontend_data_pointers.xml
author unc0rr
Tue, 04 Mar 2014 00:40:23 +0400
changeset 10175 c92668840ea8
parent 7508 763d3961400b
permissions -rw-r--r--
Remove game/preview functions split in library mode, just let normal procedure run instead: - Remove tons of HWLIBRARY ifdefs - Override ParamCount and ParamStr to let GetParams work - Small fixes here and there

<?xml version="1.0" encoding="utf-8"?>
<resources>
<array name="teams">
	<item>@raw/team_one</item>
	<item>@raw/team_two</item>
</array>
<array name="teamFilenames">
	<item>Team 1.hwt</item>
	<item>Team 2.hwt</item>
</array>
</resources>