Fix includes

This commit is contained in:
johnb432 2024-07-17 13:44:23 +02:00
parent 7c40b13e5e
commit 5c895a2298
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Author: Vdauphin
* Checks if unload all vehicles interaction can be show.

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Author: Vdauphin
* Get vehicle in cargo.

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Author: Vdauphin
* Unload all vehicles but not ACE Cargo.