Update sdk location

This commit is contained in:
8dcc 2023-07-20 18:05:40 +02:00
parent 923be5eb11
commit f1953cc433
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Need to use g++ because the sdk headers use classes # Need to use g++ because the sdk headers use classes
CC=g++ CC=g++
INCLUDES=-Isrc/sdk/common -Isrc/sdk/public -Isrc/sdk/pm_shared -Isrc/sdk/engine INCLUDES=-Isrc/include/sdk/common -Isrc/include/sdk/public -Isrc/include/sdk/pm_shared -Isrc/include/sdk/engine
CFLAGS=-Wall -Wextra -Wno-write-strings -m32 -fPIC $(INCLUDES) CFLAGS=-Wall -Wextra -Wno-write-strings -m32 -fPIC $(INCLUDES)
LDFLAGS= LDFLAGS=

View File

@ -6,11 +6,11 @@
* sdk/cl_dll/cl_dll.h:40 -> sdk/engine/cdll_int.h:164 ---+ * sdk/cl_dll/cl_dll.h:40 -> sdk/engine/cdll_int.h:164 ---+
* sdk/engine/APIProxy.h:358-494 <---------------------+ * sdk/engine/APIProxy.h:358-494 <---------------------+
*/ */
#include "../sdk/cl_dll/wrect.h" #include "sdk/cl_dll/wrect.h"
#include "../sdk/cl_dll/cl_dll.h" #include "sdk/cl_dll/cl_dll.h"
/* usercmd_t */ /* usercmd_t */
#include "../sdk/common/usercmd.h" #include "sdk/common/usercmd.h"
/* /*
#include "../sdk/common/event_api.h" #include "../sdk/common/event_api.h"