option to build the BGE without python, uses existing python check (cmake and scons)
when python is disabled videotextures are not built.
This commit is contained in:
@@ -84,6 +84,8 @@ public:
|
||||
virtual bool IsPositiveTrigger();
|
||||
virtual CValue* FindIdentifier(const STR_String& identifiername);
|
||||
|
||||
#ifndef DISABLE_PYTHON
|
||||
|
||||
/* --------------------------------------------------------------------- */
|
||||
/* Python interface ---------------------------------------------------- */
|
||||
/* --------------------------------------------------------------------- */
|
||||
@@ -92,6 +94,8 @@ public:
|
||||
* Test whether this is a sensible value (type check)
|
||||
*/
|
||||
static int validValueForProperty(void* self, const PyAttributeDef*);
|
||||
|
||||
#endif
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user