Main file. More...
#include <unistd.h>#include "addon.h"#include "files.h"#include "i18n.h"#include "menu.h"#include "raylib.h"#include "screen.h"#include "old-arena-ldr.h"#include "config.h"Macros | |
| #define | WINDOW_WIDTH 1024 |
| Window width. | |
| #define | WINDOW_HEIGHT 768 |
| Window height. | |
| #define | WINDOW_FPS 60 |
| Window FPS. | |
| #define | WINDOW_TITLE "Tuxánci 2" |
| Window title. | |
Functions | |
| int | main (void) |
| Program entry. | |
Main file.
This file sets up the window, audio, and it includes the main loop and some other random stuff.