9 lines
159 B
C
9 lines
159 B
C
![]() |
#include <stdio.h>
|
||
|
#include <string.h>
|
||
|
#include <stdlib.h>
|
||
|
#include "SDL2/SDL.h"
|
||
|
#include "SDL2/SDL_ttf.h"
|
||
|
|
||
|
#define SCREEN_WIDTH 320
|
||
|
#define SCREEN_HEIGHT 240
|