Initial commit.

This commit is contained in:
Jim Gray
2013-04-04 14:32:05 -07:00
parent ba5c81da32
commit d71d53e8ec
2180 changed files with 1393544 additions and 1 deletions

11
code/ui/ui_splash.h Normal file
View File

@@ -0,0 +1,11 @@
#ifndef __UI_SPLASH_H
#define __UI_SPLASH_H
void SP_DisplayLogos(void);
void SP_DoLicense(void);
void* SP_LoadFile(const char* name);
void* SP_LoadFileWithLanguage(const char *name);
char* SP_GetLanguageExt();
void SP_DrawTexture(void* pixels, float width, float height, float vShift);
#endif