Finished version, might have memory leaks
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
#include <SDL2/SDL.h>
|
||||
#include "SDL2/SDL.h"
|
||||
|
||||
#include "app_consts.hpp"
|
||||
#include "sprites.hpp"
|
||||
#include "game.hpp"
|
||||
|
||||
int main(int argc, char** argv)
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
(void)argc;
|
||||
(void)argv;
|
||||
//Sourced from lazyfoo's SDL2 tutorials, not really any special code here, just standard init process for the window
|
||||
SDL_Window* window = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user