Merge branch 'accurate' into portable
This commit is contained in:
commit
d1595d536b
2 changed files with 2 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -7,5 +7,5 @@ src/Resource
|
|||
# Exclude build output directory
|
||||
/game
|
||||
|
||||
Exclude the (recommended) CMake build directory
|
||||
# Exclude the (recommended) CMake build directory
|
||||
build/*
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "SDL.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue