update some includes to be relative to current dir
This commit is contained in:
parent
16aad176c7
commit
4eb4f8e0fc
@ -156,14 +156,14 @@ static inline void reset_LastError()
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Other libs includes
|
// Other libs includes
|
||||||
#include "../json/json.hpp"
|
#include "json/json.hpp"
|
||||||
#include "../utfcpp/utf8.h"
|
#include "utfcpp/utf8.h"
|
||||||
#include "../controller/gamepad.h"
|
#include "controller/gamepad.h"
|
||||||
|
|
||||||
// Steamsdk includes
|
// Steamsdk includes
|
||||||
#include "../sdk_includes/steam_api.h"
|
#include "sdk_includes/steam_api.h"
|
||||||
#include "../sdk_includes/steam_gameserver.h"
|
#include "sdk_includes/steam_gameserver.h"
|
||||||
#include "../sdk_includes/steamdatagram_tickets.h"
|
#include "sdk_includes/steamdatagram_tickets.h"
|
||||||
|
|
||||||
// PRINT_DEBUG definition
|
// PRINT_DEBUG definition
|
||||||
// notice the extra call to WSASetLastError(0) in Windows def
|
// notice the extra call to WSASetLastError(0) in Windows def
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
#ifndef STEAMCLIENT_DLL
|
#ifndef STEAMCLIENT_DLL
|
||||||
#define STEAM_API_FUNCTIONS_IMPL
|
#define STEAM_API_FUNCTIONS_IMPL
|
||||||
#include "dll.h"
|
#include "dll.h"
|
||||||
#include "../sdk_includes/steam_api_flat.h"
|
#include "sdk_includes/steam_api_flat.h"
|
||||||
|
|
||||||
STEAMAPI_API HSteamPipe SteamAPI_ISteamClient_CreateSteamPipe( ISteamClient* self )
|
STEAMAPI_API HSteamPipe SteamAPI_ISteamClient_CreateSteamPipe( ISteamClient* self )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user