- exported native fields of several more classes.

This commit is contained in:
Christoph Oelckers 2016-11-23 01:31:48 +01:00
parent 46757ff8bf
commit 0c95568d98
6 changed files with 89 additions and 3 deletions

View file

@ -4,6 +4,7 @@
#include "zstring.h"
#include "autosegs.h"
#include "vectors.h"
#include "cmdlib.h"
#define MAX_RETURNS 8 // Maximum number of results a function called by script code can return
#define MAX_TRY_DEPTH 8 // Maximum number of nested TRYs in a single function