Files
GTASource/game/script/commands_inventory.cpp
expvintl 419f2e4752 init
2025-02-23 17:40:52 +08:00

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()
{
}
}