Tuxánci 2
Successor to Tuxánci
 
Loading...
Searching...
No Matches
files.c File Reference

Loads and stores data in RAM from files. More...

#include "raylib.h"
#include "screen.h"

Functions

void commonLoad (void)
 Load files into RAM.
 
void commonDestroy (void)
 Free files in RAM.
 

Variables

Texture2D bg
 The background.
 
Font font
 The main font.
 
Music bgm
 The background music.
 
Texture2D explosions
 The image used on the header bar on the menus.
 

Detailed Description

Loads and stores data in RAM from files.

I perfer to load everything into RAM at once as they are fairly small and makes it more fast once its done loading.