Min/max range support in pathfinder

This was SVN commit r7311.
This commit is contained in:
Ykkrosh
2010-02-06 20:58:48 +00:00
parent b21e798243
commit b25076ed4d
8 changed files with 96 additions and 38 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 4
#define SCRIPT_INTERFACE_MAX_ARGS 5
struct ScriptInterface_impl;
class ScriptClass;