#include "gLogo.h"
#include "gStuff.h"
#include "rTexture.h"
#include "rRender.h"
#include "rScreen.h"
#include "eCoord.h"
#include "uMenu.h"
#include "tSysTime.h"
Go to the source code of this file.
Functions | |
static eCoord | sg_SpinStatus (1, 0) |
static REAL | sg_SizeStatus (1) |
static REAL | sg_DisplayStatus (-1) |
Variables | |
static rFileTexture | sg_LogoTexture (rTextureGroups::TEX_FONT,"textures/KGN_logo.png", 0, 0, 1) |
static rISurfaceTexture * | sg_LogoMPTitle = NULL |
static gLogo | logo |
static bool | sg_Displayed = true |
static bool | sg_Spinning = false |
static bool | sg_Big = true |
static REAL sg_DisplayStatus | ( | - | 1 | ) | [static] |
Referenced by gLogo::Display(), and gLogo::SetDisplayed().
static REAL sg_SizeStatus | ( | 1 | ) | [static] |
static eCoord sg_SpinStatus | ( | 1 | , | |
0 | ||||
) | [static] |
Referenced by gLogo::Display(), gLogo::SetDisplayed(), and gLogo::SetSpinning().
bool sg_Big = true [static] |
bool sg_Displayed = true [static] |
rISurfaceTexture* sg_LogoMPTitle = NULL [static] |
rFileTexture sg_LogoTexture(rTextureGroups::TEX_FONT,"textures/KGN_logo.png", 0, 0, 1) [static] |
Referenced by gLogo::Display().
bool sg_Spinning = false [static] |