change sqf include to hpp

https://github.com/KoffeinFlummi/ACE3/pull/10#issuecomment-69745232
This commit is contained in:
bux578 2015-01-13 15:17:12 +01:00
parent 38ed800389
commit cd74a5bb6a
3 changed files with 2 additions and 2 deletions

View File

@ -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"];

View File

@ -17,7 +17,7 @@
*/
#include "script_component.hpp"
#include QUOTE(PATHTOF(functions\common.sqf));
#include "common.hpp";
private ["_type", "_varName", "_data"];