mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Linux fixes
This commit is contained in:
parent
41185e871c
commit
63191e1c86
4 changed files with 17 additions and 22 deletions
|
@ -6,10 +6,11 @@
|
|||
#include "BeefySysLib/util/ThreadPool.h"
|
||||
#include "BeefySysLib/util/Dictionary.h"
|
||||
|
||||
#ifdef BF_PLATFORM_WINDOWS
|
||||
|
||||
NS_BF_BEGIN
|
||||
|
||||
#ifdef BF_PLATFORM_WINDOWS
|
||||
#define BF_CURL
|
||||
#endif
|
||||
|
||||
class DebugManager;
|
||||
class NetManager;
|
||||
|
@ -120,21 +121,3 @@ public:
|
|||
};
|
||||
|
||||
NS_BF_END
|
||||
|
||||
#else
|
||||
|
||||
NS_BF_BEGIN
|
||||
|
||||
class NetManager
|
||||
{
|
||||
public:
|
||||
DebugManager* mDebugManager;
|
||||
|
||||
public:
|
||||
void CancelAll() {};
|
||||
void Clear() {};
|
||||
};
|
||||
|
||||
NS_BF_END
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue