mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-08-10 01:15:33 +02:00
update some includes to be relative to current dir
This commit is contained in:
parent
16aad176c7
commit
4eb4f8e0fc
2 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue