mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-20 22:16:49 +01:00
Patched to compile on Haiku...?
This commit is contained in:
parent
9b9ca093c7
commit
c137eb61d7
@ -33,13 +33,15 @@
|
|||||||
#include "SDL_BeApp.h"
|
#include "SDL_BeApp.h"
|
||||||
#include "SDL_timer.h"
|
#include "SDL_timer.h"
|
||||||
#include "SDL_error.h"
|
#include "SDL_error.h"
|
||||||
#include "../../thread/SDL_systhread.h"
|
|
||||||
|
|
||||||
#include "../../video/haiku/SDL_BWin.h"
|
#include "../../video/haiku/SDL_BWin.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "../../thread/SDL_systhread.h"
|
||||||
|
|
||||||
/* Flag to tell whether or not the Be application is active or not */
|
/* Flag to tell whether or not the Be application is active or not */
|
||||||
int SDL_BeAppActive = 0;
|
int SDL_BeAppActive = 0;
|
||||||
static SDL_Thread *SDL_AppThread = NULL;
|
static SDL_Thread *SDL_AppThread = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user