mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-11-23 14:29:52 +00:00
[saco] Fix undeclared RakClientInterface error
This commit is contained in:
parent
c05ebd7125
commit
27fecef578
@ -24,7 +24,9 @@ typedef struct _GAME_SETTINGS {
|
|||||||
|
|
||||||
#include "game/game.h"
|
#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 "../raknet/GetTime.h"
|
||||||
|
|
||||||
#include "net/netrpc.h"
|
#include "net/netrpc.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user