Added Adventure Game Studio (AGS) Script language definition and samples.

This commit is contained in:
Edmundo Ruiz
2014-08-16 11:51:15 -07:00
parent 3d1d431cda
commit a443380869
5 changed files with 764 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
// Main header script - this will be included into every script in
// the game (local and global). Do not place functions here; rather,
// place import definitions and #define names here to be used by all
// scripts.