Files
GTASource/game/script/commands_inventory.cpp

19 lines
318 B
C++
Raw Permalink Normal View History

2025-02-23 17:40:52 +08:00
// 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()
{
}
}