mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-04 00:23:22 +08:00
16 lines
165 B
C++
16 lines
165 B
C++
|
|
#pragma once
|
|
|
|
class CCamera // size: 8
|
|
{
|
|
public:
|
|
int field_0;
|
|
int field_4;
|
|
|
|
CCamera() {
|
|
// TODO: CCamera::CCamera()
|
|
field_4 = 0xB6F99C;
|
|
field_0 = 0;
|
|
}
|
|
};
|