Panda3D
config_egg_optchar.cxx
Go to the documentation of this file.
1 /**
2  * PANDA 3D SOFTWARE
3  * Copyright (c) Carnegie Mellon University. All rights reserved.
4  *
5  * All use of this software is subject to the terms of the revised BSD
6  * license. You should have received a copy of this license along
7  * with this source code in a file named "LICENSE."
8  *
9  * @file config_egg_optchar.cxx
10  * @author drose
11  * @date 2003-07-18
12  */
13 
14 #include "config_egg_optchar.h"
15 #include "eggOptcharUserData.h"
16 
17 #include "dconfig.h"
18 
19 
20 Configure(config_egg_optchar);
21 
22 ConfigureFn(config_egg_optchar) {
24 }
25 
26 /**
27  * Initializes the library. This must be called at least once before any of
28  * the functions or classes in this library can be used. Normally it will be
29  * called by the static initializers and need not be called explicitly, but
30  * special cases exist.
31  */
32 void
34  static bool initialized = false;
35  if (initialized) {
36  return;
37  }
38  initialized = true;
39 
40  EggOptcharUserData::init_type();
41 }
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
void init_egg_optchar()
Initializes the library.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.