ui_splash.h 306 B

123456789101112
  1. #ifndef __UI_SPLASH_H
  2. #define __UI_SPLASH_H
  3. void SP_DisplayLogos(void);
  4. void SP_DoLicense(void);
  5. void* SP_LoadFile(const char* name);
  6. void* SP_LoadFileWithLanguage(const char *name);
  7. char* SP_GetLanguageExt();
  8. void SP_DrawTexture(void* pixels, float width, float height, float vShift);
  9. #endif