Panda3D
 All Classes Functions Variables Enumerations
config_prc.h
1 // Filename: config_prc.h
2 // Created by: drose (20Oct04)
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 #ifndef CONFIG_PRC_H
16 #define CONFIG_PRC_H
17 
18 #include "dtoolbase.h"
19 #include "notifyCategoryProxy.h"
20 
21 class ConfigVariableBool;
22 
23 NotifyCategoryDecl(prc, EXPCL_DTOOLCONFIG, EXPTP_DTOOLCONFIG);
24 
25 // This is aligned to match the shadowed definition in notify.cxx.
26 extern ALIGN_16BYTE ConfigVariableBool assert_abort;
27 
28 #endif
29 
This is a convenience class to specialize ConfigVariable as a boolean type.