Panda3D
config_gsgbase.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_gsgbase.cxx
10  * @author drose
11  * @date 1999-10-06
12  */
13 
14 #include "config_gsgbase.h"
15 #include "graphicsOutputBase.h"
17 
18 #include "dconfig.h"
19 
20 #if !defined(CPPPARSER) && !defined(LINK_ALL_STATIC) && !defined(BUILDING_PANDA_GSGBASE)
21  #error Buildsystem error: BUILDING_PANDA_GSGBASE not defined
22 #endif
23 
24 Configure(config_gsgbase);
25 
26 ConfigureFn(config_gsgbase) {
27  GraphicsOutputBase::init_type();
28  GraphicsStateGuardianBase::init_type();
29 }
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.