00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #ifndef CONFIG_FRAMEWORK_H
00016 #define CONFIG_FRAMEWORK_H
00017
00018 #include "pandabase.h"
00019 #include "notifyCategoryProxy.h"
00020 #include "windowProperties.h"
00021 #include "configVariableDouble.h"
00022 #include "configVariableBool.h"
00023 #include "configVariableString.h"
00024
00025 NotifyCategoryDecl(framework, EXPCL_FRAMEWORK, EXPTP_FRAMEWORK);
00026
00027
00028 extern ConfigVariableDouble aspect_ratio;
00029 extern ConfigVariableBool show_frame_rate_meter;
00030 extern ConfigVariableBool show_scene_graph_analyzer_meter;
00031
00032 extern ConfigVariableString record_session;
00033 extern ConfigVariableString playback_session;
00034
00035 #endif