mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-24 18:48:01 +02:00
SDL platform improvements
This commit is contained in:
parent
d20b53b187
commit
8e191b074b
101 changed files with 37801 additions and 68 deletions
|
@ -11,8 +11,6 @@ NS_BF_BEGIN;
|
|||
|
||||
class RenderDevice;
|
||||
|
||||
typedef std::map<String, uint32> StringToUIntMap;
|
||||
|
||||
class SdlBFWindow : public BFWindow
|
||||
{
|
||||
public:
|
||||
|
@ -54,7 +52,6 @@ class SdlBFApp : public BFApp
|
|||
{
|
||||
public:
|
||||
bool mInMsgProc;
|
||||
StringToUIntMap mClipboardFormatMap;
|
||||
SdlWindowMap mSdlWindowMap;
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue