# Basic bandbox selection of units in new simulation system

This was SVN commit r7349.
This commit is contained in:
Ykkrosh
2010-03-11 20:01:16 +00:00
parent 86205b4d8e
commit 06928f7694
15 changed files with 281 additions and 50 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
// Set the maximum number of function arguments that can be handled
// (This should be as small as possible (for compiler efficiency),
// but as large as necessary for all wrapped functions)
#define SCRIPT_INTERFACE_MAX_ARGS 5
#define SCRIPT_INTERFACE_MAX_ARGS 6
struct ScriptInterface_impl;
class ScriptClass;