#ifndef ESMBOT_NATIVES_WALL_H_ #define ESMBOT_NATIVES_WALL_H_ #include Napi::Value Wall(const Napi::CallbackInfo& info); #endif