mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-26 14:51:52 +03:00
5 lines
103 B
C
5 lines
103 B
C
|
#pragma once
|
||
|
#include "../js_thread_i.h"
|
||
|
|
||
|
void* js_flipper_create(struct mjs* mjs, mjs_val_t* object);
|