mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
Change physfsrwops.h SDL.h include, again
This commit is contained in:
parent
de0998ca34
commit
b132f4fc6c
1 changed files with 1 additions and 1 deletions
2
third_party/physfs/physfsrwops.h
vendored
2
third_party/physfs/physfsrwops.h
vendored
|
@ -25,7 +25,7 @@
|
||||||
#define _INCLUDE_PHYSFSRWOPS_H_
|
#define _INCLUDE_PHYSFSRWOPS_H_
|
||||||
|
|
||||||
#include "physfs.h"
|
#include "physfs.h"
|
||||||
#include "SDL2/SDL.h"
|
#include <SDL.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
Loading…
Reference in a new issue