mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-30 05:57:12 +02:00
Dumped the old implementation. Started with a more simple approach.
This commit is contained in:
18
source/Misc/Vehicle.hpp
Normal file
18
source/Misc/Vehicle.hpp
Normal file
@ -0,0 +1,18 @@
|
||||
#ifndef _MISC_VEHICLE_HPP_
|
||||
#define _MISC_VEHICLE_HPP_
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
#include "SqBase.hpp"
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
namespace SqMod {
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
CCStr GetAutomobileName(Uint32 id);
|
||||
void SetAutomobileName(Uint32 id, CCStr name);
|
||||
Int32 GetAutomobileID(CCStr name);
|
||||
bool IsAutomobileValid(Int32 id);
|
||||
|
||||
} // Namespace:: SqMod
|
||||
|
||||
#endif // _MISC_VEHICLE_HPP_
|
Reference in New Issue
Block a user