#ifndef ESMBOT_NATIVES_TILE_H_ #define ESMBOT_NATIVES_TILE_H_ #include Napi::Value Tile(const Napi::CallbackInfo& info); #endif