My Project
1
|
#include <stdio.h>
#include <SDL2/SDL.h>
#include <SDL2/SDL_image.h>
#include "map.h"
#include <string.h>
Macros | |
#define | WINDOW_WIDTH (1024) |
#define | WINDOW_HEIGHT (1024) |
#define | SPEED (450) |
Functions | |
int | main (int argc, char *args[]) |
#define SPEED (450) |
#define WINDOW_HEIGHT (1024) |
#define WINDOW_WIDTH (1024) |
int main | ( | int | argc, |
char * | args[] | ||
) |