19 lines
318 B
C++
19 lines
318 B
C++
|
|
// Rage headers
|
|
#include "script\wrapper.h"
|
|
// Game headers
|
|
#include "peds/Ped.h"
|
|
#include "peds\pedintelligence.h"
|
|
#include "scene/world/GameWorld.h"
|
|
#include "script\script.h"
|
|
#include "vehicles\automobile.h"
|
|
#include "Task\Default\TaskPlayer.h"
|
|
|
|
namespace inventory_commands
|
|
{
|
|
void SetupScriptCommands()
|
|
{
|
|
}
|
|
|
|
}
|