mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-11-27 00:10:39 +00:00
[saco] Add CCamera class
This commit is contained in:
parent
20d22b68be
commit
c61ed03712
0
saco/game/camera.cpp
Normal file
0
saco/game/camera.cpp
Normal file
15
saco/game/camera.h
Normal file
15
saco/game/camera.h
Normal file
@ -0,0 +1,15 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
class CCamera // size: 8
|
||||
{
|
||||
public:
|
||||
int field_0;
|
||||
int field_4;
|
||||
|
||||
CCamera() {
|
||||
// TODO: CCamera::CCamera()
|
||||
field_4 = 0xB6F99C;
|
||||
field_0 = 0;
|
||||
}
|
||||
};
|
Loading…
Reference in New Issue
Block a user