[saco] Fix undeclared RakClientInterface error

This commit is contained in:
RD42 2024-02-05 23:33:23 +08:00
parent c05ebd7125
commit 27fecef578

View File

@ -24,7 +24,9 @@ typedef struct _GAME_SETTINGS {
#include "game/game.h"
#include "../raknet/NetworkTypes.h"
#include "../raknet/RakClientInterface.h"
#include "../raknet/RakNetworkFactory.h"
#include "../raknet/SAMPRPC.h"
#include "../raknet/GetTime.h"
#include "net/netrpc.h"