1 2 3 4 5 6 7
#include "../util/log.h" #include "BehaviorScript.h" using namespace crepe::api; BehaviorScript::BehaviorScript() { dbg_trace(); }