Loads and stores data in RAM from files. More...
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. | |
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.