mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 01:37:05 +00:00
Added empty vehicle class, vehicle*.dbc struct's
This commit is contained in:
parent
6fae544fbe
commit
204b61c220
19 changed files with 323 additions and 34 deletions
|
|
@ -31,6 +31,7 @@
|
|||
#include "GridDefines.h"
|
||||
#include "Object.h"
|
||||
#include "Player.h"
|
||||
#include "Vehicle.h"
|
||||
|
||||
#include <set>
|
||||
|
||||
|
|
@ -72,7 +73,7 @@ class HashMapHolder
|
|||
static LockType* GetLock() { return &i_lock; }
|
||||
private:
|
||||
|
||||
//Non instanciable only static
|
||||
//Non instanceable only static
|
||||
HashMapHolder() {}
|
||||
|
||||
static LockType i_lock;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue