mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -04:00
Missing HAVE_PYTHON
This commit is contained in:
parent
8ae5e58d92
commit
32ad6785f2
@ -15,6 +15,8 @@
|
||||
#include "rocketRegion_ext.h"
|
||||
#include "extension.h"
|
||||
|
||||
#ifdef HAVE_PYTHON
|
||||
|
||||
#ifndef CPPPARSER
|
||||
#define HAVE_LONG_LONG 1
|
||||
#include <Rocket/Core/Context.h>
|
||||
@ -48,3 +50,5 @@ get_context() const {
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user