egg: Add CPPPARSER ifndef to eggGroupNode_ext.cxx to fix parse error.
This commit is contained in:
parent
5314183bba
commit
31d420515a
|
|
@ -16,7 +16,9 @@
|
|||
|
||||
#ifdef HAVE_PYTHON
|
||||
|
||||
#ifndef CPPPARSER
|
||||
IMPORT_THIS struct Dtool_PyTypedObject Dtool_EggNode;
|
||||
#endif
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
// Function: EggGroupNode::get_children
|
||||
|
|
|
|||
Loading…
Reference in New Issue