IdManager improved

This commit is contained in:
Nekotekina 2017-01-25 20:50:30 +03:00 committed by Ivan
parent 6c189511af
commit 591a6c8671
43 changed files with 408 additions and 307 deletions

View file

@ -93,7 +93,8 @@ cpu_thread::~cpu_thread()
{
}
cpu_thread::cpu_thread()
cpu_thread::cpu_thread(u32 id)
: id(id)
{
}