R-PAGE
Resistance's Portable-Adventure-Game-Engine
Enumerations | Functions | Variables
locale.h File Reference
#include "rpage/aos/inc.prl"
#include "rpage/frwk.h"

Go to the source code of this file.

Enumerations

enum  locale { locale_fr, locale_en, locale_es }
 

Functions

UBYTEload_pak_locale_to_array (char *text_array[], UWORD array_size, char *filename)
 Compressed Text loading. More...
 

Variables

char * locale_ext [3]
 

Enumeration Type Documentation

enum locale
Enumerator
locale_fr 
locale_en 
locale_es 

Definition at line 4 of file locale.h.

Function Documentation

UBYTE* load_pak_locale_to_array ( char *  text_array[],
UWORD  array_size,
char *  filename 
)

Compressed Text loading.

Definition at line 24 of file locale.c.

Variable Documentation

char* locale_ext[3]

Definition at line 19 of file locale.c.