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

24 lines
552 B
C++

//
// script/commands_itemsets.h
//
// Copyright (C) 1999-2011 Rockstar Games. All Rights Reserved.
//
#ifndef SCRIPT_COMMANDS_ITEMSETS_H
#define SCRIPT_COMMANDS_ITEMSETS_H
#include "script/script_itemsets.h"
//-----------------------------------------------------------------------------
namespace itemsets_commands
{
void SetupScriptCommands();
} // namespace itemsets_commands
//-----------------------------------------------------------------------------
#endif // SCRIPT_COMMANDS_ITEMSETS_H
// End of file script/command_itemsets.h