|
SuperTuxKart
|
In an attempt to make getters as fast as possible, by possibly still allowing inlining These fields should never be accessed outside of the GUI engine. More...
Variables | |
| IGUIEnvironment * | g_env |
| Skin * | g_skin = NULL |
| ScalableFont * | g_font |
| ScalableFont * | g_outline_font |
| ScalableFont * | g_large_font |
| ScalableFont * | g_title_font |
| ScalableFont * | g_small_title_font |
| ScalableFont * | g_tiny_title_font |
| ScalableFont * | g_small_font |
| ScalableFont * | g_digit_font |
| IrrlichtDevice * | g_device |
| IVideoDriver * | g_driver |
| Screen * | g_current_screen = NULL |
| AbstractStateManager * | g_state_manager = NULL |
| Widget * | g_focus_for_player [MAX_PLAYER_COUNT] |
| int | font_height |
| int | large_font_height |
| int | small_font_height |
| int | title_font_height |
| int | small_title_font_height |
| int | tiny_title_font_height |
In an attempt to make getters as fast as possible, by possibly still allowing inlining These fields should never be accessed outside of the GUI engine.