Compile Errors.

This commit is contained in:
jaynus 2015-01-12 21:16:03 -08:00
parent 3fb2a8e245
commit 6fbb6672b4

View File

@ -1,7 +1,7 @@
#include "script_component.hpp" #include "script_component.hpp"
PREPF(attach); PREP(attach);
PREPF(canAttach); PREP(canAttach);
PREPF(canDetach); PREP(canDetach);
PREPF(detach); PREP(detach);
PREPF(openAttachUI); PREP(openAttachUI);