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