tildefriends/src/ssb.js.h

7 lines
143 B
C

#pragma once
typedef struct JSContext JSContext;
typedef struct _tf_ssb_t tf_ssb_t;
void tf_ssb_register(JSContext* context, tf_ssb_t* ssb);