update some includes to be relative to current dir

This commit is contained in:
otavepto 2023-12-25 22:30:38 +02:00
parent 16aad176c7
commit 4eb4f8e0fc
2 changed files with 7 additions and 7 deletions

View File

@ -156,14 +156,14 @@ static inline void reset_LastError()
#endif
// Other libs includes
#include "../json/json.hpp"
#include "../utfcpp/utf8.h"
#include "../controller/gamepad.h"
#include "json/json.hpp"
#include "utfcpp/utf8.h"
#include "controller/gamepad.h"
// Steamsdk includes
#include "../sdk_includes/steam_api.h"
#include "../sdk_includes/steam_gameserver.h"
#include "../sdk_includes/steamdatagram_tickets.h"
#include "sdk_includes/steam_api.h"
#include "sdk_includes/steam_gameserver.h"
#include "sdk_includes/steamdatagram_tickets.h"
// PRINT_DEBUG definition
// notice the extra call to WSASetLastError(0) in Windows def

View File

@ -18,7 +18,7 @@
#ifndef STEAMCLIENT_DLL
#define STEAM_API_FUNCTIONS_IMPL
#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 )
{