2015-06-03 18:27:52 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
ADDON = false;
|
|
|
|
|
|
|
|
PREP(cancelTLdeploy);
|
|
|
|
PREP(confirmTLdeploy);
|
|
|
|
PREP(deployTL);
|
2015-06-12 21:54:51 +00:00
|
|
|
PREP(handleScrollWheel);
|
2015-06-03 18:27:52 +00:00
|
|
|
PREP(pickupTL);
|
|
|
|
PREP(positionTL);
|
|
|
|
|
|
|
|
ADDON = true;
|