mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-12 12:34:09 +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,7 +1,7 @@
|
|||
#include "common.h"
|
||||
|
||||
#include "SceneEdit.h"
|
||||
|
||||
#ifdef GTA_SCENE_EDIT
|
||||
#include "Automobile.h"
|
||||
#include "Camera.h"
|
||||
#include "CarCtrl.h"
|
||||
|
@ -1096,3 +1096,4 @@ bool CSceneEdit::SelectWeapon(void)
|
|||
}
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue