GL Studio C++ Runtime API
|
Hold global objects so we can control order of destruction. More...
#include <util.h>
Public Member Functions | |
List_c & | GetImageList () |
Gets the image list. More... | |
Mutex & | GetImageListMutex () |
Gets the mutex for protecting the image list. More... | |
GlsFontMan & | GetFontMan () |
Gets the global font manager. | |
IGlsStateManager & | GetStateManager () |
Gets the global state manager instance. | |
TextureLoaderList & | GetTextureLoaders () |
Gets the global list of texture loaders. | |
Static Public Member Functions | |
static GlsGlobals & | Instance () |
Singleton instance. | |
Hold global objects so we can control order of destruction.
List_c& GetImageList | ( | ) |
Gets the image list.
Mutex& GetImageListMutex | ( | ) |
Gets the mutex for protecting the image list.