Cory McWilliams
f421606e21
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4308 ed5197a5-7fde-0310-b194-c3ffbd925b24
7 lines
143 B
C
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);
|