mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
change sqf include to hpp
https://github.com/KoffeinFlummi/ACE3/pull/10#issuecomment-69745232
This commit is contained in:
parent
38ed800389
commit
cd74a5bb6a
@ -12,7 +12,7 @@
|
||||
*/
|
||||
|
||||
#include "script_component.hpp"
|
||||
#include QUOTE(PATHTOF(functions\common.sqf));
|
||||
#include "common.hpp";
|
||||
|
||||
private["_roleImages", "_player", "_vehicle", "_type", "_config", "_text", "_data", "_isAir", "_turretUnits", "_turretRoles", "_index", "_roleType", "_unit", "_toShow"];
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
|
||||
#include "script_component.hpp"
|
||||
#include QUOTE(PATHTOF(functions\common.sqf));
|
||||
#include "common.hpp";
|
||||
|
||||
|
||||
private ["_type", "_varName", "_data"];
|
||||
|
Loading…
Reference in New Issue
Block a user