llcommon.h

Go to the documentation of this file.
00001 
00031 #ifndef LL_COMMON_H
00032 #define LL_COMMON_H
00033 
00034 #include "llmemory.h"
00035 #include "llapr.h"
00036 // #include "llframecallbackmanager.h"
00037 #include "lltimer.h"
00038 #include "llfile.h"
00039 
00040 class LLCommon
00041 {
00042 public:
00043         static void initClass();
00044         static void cleanupClass();
00045 private:
00046         static BOOL sAprInitialized;
00047 };
00048 
00049 #endif
00050 

Generated on Thu Jul 1 06:08:22 2010 for Second Life Viewer by  doxygen 1.4.7