Panda3D
 All Classes Functions Variables Enumerations
pStatProperties.h
00001 // Filename: pStatProperties.h
00002 // Created by:  drose (17May01)
00003 //
00004 ////////////////////////////////////////////////////////////////////
00005 //
00006 // PANDA 3D SOFTWARE
00007 // Copyright (c) Carnegie Mellon University.  All rights reserved.
00008 //
00009 // All use of this software is subject to the terms of the revised BSD
00010 // license.  You should have received a copy of this license along
00011 // with this source code in a file named "LICENSE."
00012 //
00013 ////////////////////////////////////////////////////////////////////
00014 
00015 #ifndef PSTATPROPERTIES_H
00016 #define PSTATPROPERTIES_H
00017 
00018 #include "pandabase.h"
00019 
00020 
00021 class PStatClient;
00022 class PStatCollectorDef;
00023 
00024 EXPCL_PANDA_PSTATCLIENT int get_current_pstat_major_version();
00025 EXPCL_PANDA_PSTATCLIENT int get_current_pstat_minor_version();
00026 
00027 #ifdef DO_PSTATS
00028 void initialize_collector_def(const PStatClient *client, PStatCollectorDef *def);
00029 #endif  // DO_PSTATS
00030 
00031 #endif
00032 
 All Classes Functions Variables Enumerations