mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Improved SDL platform support, 'ar' lib reworking
This commit is contained in:
parent
258a6653f9
commit
d20b53b187
16 changed files with 488 additions and 385 deletions
|
@ -1,9 +1,14 @@
|
|||
#pragma once
|
||||
|
||||
#include "../../HeadlessApp.h"
|
||||
#include "../sdl/SdlBFApp.h"
|
||||
#include "../HeadlessApp.h"
|
||||
|
||||
NS_BF_BEGIN;
|
||||
|
||||
#ifdef BF_ENABLE_SDL
|
||||
typedef SdlBFApp PlatformBFApp;
|
||||
#else
|
||||
typedef HeadlessApp PlatformBFApp;
|
||||
#endif
|
||||
|
||||
NS_BF_END;
|
Loading…
Add table
Add a link
Reference in a new issue