Renamed AGS Script to Adventure Game Studio since the language is unique to the app.

This commit is contained in:
Edmundo Ruiz
2014-09-06 10:58:36 -07:00
parent 4a017d9033
commit 29d8e58d69
6 changed files with 364 additions and 364 deletions

View File

@@ -1,13 +0,0 @@
// Script header for module 'KeyboardMovement'
#define KeyboardMovement_VERSION 101
enum KeyboardMovement_Modes {
eKeyboardMovement_None,
eKeyboardMovement_Tapping,
eKeyboardMovement_Pressing
};
struct KeyboardMovement {
import static function SetMode(KeyboardMovement_Modes mode);
};