My Project  1
main.c File Reference
#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[])
 

Macro Definition Documentation

◆ SPEED

#define SPEED   (450)

◆ WINDOW_HEIGHT

#define WINDOW_HEIGHT   (1024)

◆ WINDOW_WIDTH

#define WINDOW_WIDTH   (1024)

Function Documentation

◆ main()

int main ( int  argc,
char *  args[] 
)