mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
Namable::init_type()
This commit is contained in:
parent
79474cfdf6
commit
f90469bbfe
@ -31,6 +31,7 @@
|
|||||||
#include "virtualFileSimple.h"
|
#include "virtualFileSimple.h"
|
||||||
#include "pandaSystem.h"
|
#include "pandaSystem.h"
|
||||||
#include "numeric_types.h"
|
#include "numeric_types.h"
|
||||||
|
#include "namable.h"
|
||||||
|
|
||||||
#include "dconfig.h"
|
#include "dconfig.h"
|
||||||
|
|
||||||
@ -128,6 +129,7 @@ init_libexpress() {
|
|||||||
initialized = true;
|
initialized = true;
|
||||||
|
|
||||||
Datagram::init_type();
|
Datagram::init_type();
|
||||||
|
Namable::init_type();
|
||||||
NodeReferenceCount::init_type();
|
NodeReferenceCount::init_type();
|
||||||
ReferenceCount::init_type();
|
ReferenceCount::init_type();
|
||||||
TextEncoder::init_type();
|
TextEncoder::init_type();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user