1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00

Linux fixes

This commit is contained in:
Brian Fiete 2019-09-20 16:07:04 -07:00
parent 41185e871c
commit 63191e1c86
4 changed files with 17 additions and 22 deletions

View file

@ -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