Panda3D
 All Classes Functions Variables Enumerations
config_dconfig.h
1 // Filename: config_dconfig.h
2 // Created by: drose (15May00)
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_DCONFIG_H
16 #define CONFIG_DCONFIG_H
17 
18 #ifdef WIN32_VC
19 /* C4231: extern before template instantiation */
20 /* MPG - For some reason, this one only works if it's here */
21 #pragma warning (disable : 4231)
22 #endif
23 
24 #include "dtoolbase.h"
25 #include "notifyCategoryProxy.h"
26 
27 NotifyCategoryDecl(dconfig, EXPCL_DTOOLCONFIG, EXPTP_DTOOLCONFIG);
28 NotifyCategoryDecl(microconfig, EXPCL_DTOOLCONFIG, EXPTP_DTOOLCONFIG);
29 
30 #endif