#ifndef ESMBOT_NATIVES_MOTIVATE_H_ #define ESMBOT_NATIVES_MOTIVATE_H_ #include <napi.h> Napi::Value Motivate(const Napi::CallbackInfo& info); #endif