mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
compile fixes
This commit is contained in:
parent
d6a6499a7a
commit
2d66cdc3ba
@ -21,7 +21,10 @@
|
||||
#include "pandaSystem.h"
|
||||
#include "dconfig.h"
|
||||
|
||||
// This is defined by both Panda and Rocket.
|
||||
#define Factory RocketFactory
|
||||
#include <Rocket/Core.h>
|
||||
#undef Factory
|
||||
|
||||
Configure(config_rocket);
|
||||
NotifyCategoryDef(rocket, "");
|
||||
|
@ -16,6 +16,7 @@
|
||||
|
||||
#ifndef CPPPARSER
|
||||
#undef this
|
||||
#define HAVE_LONG_LONG 1
|
||||
#include <Rocket/Core/Context.h>
|
||||
#include <Rocket/Core/Python/Utilities.h>
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user