R-PAGE
Resistance's Portable-Adventure-Game-Engine
Functions | Variables
locale.c File Reference
#include <stdlib.h>
#include "rpage/aos/inc.prl"
#include "rpage/frwk.h"
#include "ext/tinfl.h"
#include "rpage/aos/locale.h"
#include "ext/aos/shrinkler.h"
#include "ext/aos/nrv2.h"
#include "rpage/err.h"

Go to the source code of this file.

Functions

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

Variables

struct DosLibrary * DOSBase
 
char * locale_ext [3] = {"_fr.pak", "_en.pak", "_es.pak"}
 

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

struct DosLibrary* DOSBase
char* locale_ext[3] = {"_fr.pak", "_en.pak", "_es.pak"}

Definition at line 19 of file locale.c.