<SDL.h> -> "SDL.h"

The SDL devs recommend this:
https://wiki.libsdl.org/FAQDevelopment#Do_I_.23include_.3CSDL.h.3E_or_.3CSDL.2FSDL.h.3E.3F
This commit is contained in:
Clownacy 2019-06-06 18:51:44 +00:00
parent c80b593a3f
commit 44094b103e
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -4,7 +4,7 @@
#include <stdio.h>
#include <string.h>
#include <SDL.h>
#include "SDL.h"
#include "WindowsWrapper.h"