OpenGTA/id_sys.cpp

9 lines
197 B
C++
Raw Normal View History

2015-12-03 00:37:37 +00:00
#include "id_sys.h"
namespace OpenGTA {
uint32_t TypeIdBlackBox::nextId = 0;
uint32_t TypeIdBlackBox::firstPlayerId = 0xffffffff - 32;
uint32_t TypeIdBlackBox::lastPlayerId = 0xffffffff;
}