mrmBot-Matrix/natives/speed.h
bjcscat 330dd67063
Partial natives rework (#325)
* natve code reworking

* Whoops

* remove old code

* Make gc callback instead of do thing that causes segfault
2022-11-27 13:03:07 -06:00

5 lines
83 B
C

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