mrmBot-Matrix/natives/freeze.h

6 lines
85 B
C

#pragma once
#include <napi.h>
Napi::Value Freeze(const Napi::CallbackInfo& info);