mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-23 06:57:34 +08:00
10 lines
119 B
C++
10 lines
119 B
C++
|
#pragma once
|
||
|
|
||
|
#include "CBlipEntry.hpp"
|
||
|
|
||
|
class CBlipList
|
||
|
{
|
||
|
public:
|
||
|
CBlipEntry m_Blips[1500]; //0x0000
|
||
|
|
||
|
};//Size=0x2F18
|