OpenGTA/id_sys.cpp
Anonymous Maarten e20673c2cd 2007-04-16
2015-12-03 01:37:37 +01:00

9 lines
197 B
C++

#include "id_sys.h"
namespace OpenGTA {
uint32_t TypeIdBlackBox::nextId = 0;
uint32_t TypeIdBlackBox::firstPlayerId = 0xffffffff - 32;
uint32_t TypeIdBlackBox::lastPlayerId = 0xffffffff;
}