(svn r23604) -Add: initial support for GameScripts

This commit is contained in:
truebrain
2011-12-19 20:50:54 +00:00
parent 2b381d0765
commit f66f27d249
33 changed files with 729 additions and 37 deletions

View File

@@ -39,6 +39,7 @@ fi
case $apilc in
template) apiuc="Template" ;;
ai) apiuc="AI" ;;
game) apiuc="GS" ;;
*) echo "Unknown API type."; exit 1 ;;
esac