mirror of
https://gitlab.com/hashborgir/d2tweaks-rnd2k.git
synced 2024-12-02 21:55:58 +00:00
12 lines
149 B
C++
12 lines
149 B
C++
#pragma once
|
|
|
|
namespace diablo2 {
|
|
namespace structures {
|
|
struct unit;
|
|
|
|
struct client_unit_list {
|
|
unit* unit_list[5][128]; //0x1120
|
|
};
|
|
}
|
|
}
|