Repaired paths to SDL & SDL_mixer
This commit is contained in:
2
jdraw8.h
2
jdraw8.h
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "SDL.h"
|
||||
#include <SDL2/SDL.h>
|
||||
|
||||
struct Color {
|
||||
Uint8 r;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "jfile.h"
|
||||
#include "SDL.h"
|
||||
#include <SDL2/SDL.h>
|
||||
#include <fstream>
|
||||
|
||||
#pragma pack(push,1)
|
||||
|
||||
2
jgame.h
2
jgame.h
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "SDL.h"
|
||||
#include <SDL2/SDL.h>
|
||||
|
||||
void JG_Init();
|
||||
|
||||
|
||||
2
jinput.h
2
jinput.h
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "SDL.h"
|
||||
#include <SDL2/SDL.h>
|
||||
|
||||
void JI_DisableKeyboard(Uint32 time);
|
||||
|
||||
|
||||
@@ -17,6 +17,6 @@ private:
|
||||
|
||||
void FadeIn();
|
||||
void FadeOut();
|
||||
void ShowText(int x, int y, int color, int speed, char* text1, char* text2 = nullptr, char* text3 = nullptr);
|
||||
void ShowText(int x, int y, int color, int speed, const char* text1, const char* text2 = nullptr, const char* text3 = nullptr);
|
||||
void Wait(int time);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user