Panda3D
 All Classes Functions Variables Enumerations
config_dgraph.cxx
1 // Filename: config_dgraph.cxx
2 // Created by: drose (01Mar00)
3 //
4 ////////////////////////////////////////////////////////////////////
5 //
6 // PANDA 3D SOFTWARE
7 // Copyright (c) Carnegie Mellon University. All rights reserved.
8 //
9 // All use of this software is subject to the terms of the revised BSD
10 // license. You should have received a copy of this license along
11 // with this source code in a file named "LICENSE."
12 //
13 ////////////////////////////////////////////////////////////////////
14 
15 #include "config_dgraph.h"
16 #include "dataNode.h"
17 #include "dataNodeTransmit.h"
18 
19 #include "dconfig.h"
20 
21 Configure(config_dgraph);
22 NotifyCategoryDef(dgraph, "");
23 
24 ConfigureFn(config_dgraph) {
25  DataNode::init_type();
26  DataNodeTransmit::init_type();
27 
29 }
static void register_with_read_factory()
Tells the BamReader how to create objects of type Lens.