mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-18 11:49:21 +00:00
added GTA_SCENE_EDIT
This commit is contained in:
parent
c0ca3c7a3e
commit
fda58fb1df
9 changed files with 19 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#ifdef GTA_SCENE_EDIT
|
||||
class CPed;
|
||||
class CVehicle;
|
||||
|
||||
|
@ -93,3 +93,4 @@ public:
|
|||
static void SelectVehicle(void);
|
||||
static bool SelectWeapon(void);
|
||||
};
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue