Merge branch 'accurate' into portable

This commit is contained in:
Clownacy 2019-09-10 12:35:31 +00:00
commit d1595d536b
2 changed files with 2 additions and 1 deletions

2
.gitignore vendored
View file

@ -7,5 +7,5 @@ src/Resource
# Exclude build output directory
/game
Exclude the (recommended) CMake build directory
# Exclude the (recommended) CMake build directory
build/*

View file

@ -3,6 +3,7 @@
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "SDL.h"