A buncha muncha cruncha .h docs. Also add vim temporary files to .gitignore.

This commit is contained in:
2024-03-03 18:12:44 -05:00
parent 5b7e5eb91b
commit 5b93db7463
6 changed files with 428 additions and 7 deletions

View File

@ -6,9 +6,14 @@
** @{
*/
/** A JS context. */
typedef struct JSContext JSContext;
/** An SSB instance. */
typedef struct _tf_ssb_t tf_ssb_t;
/**
** Register the SSB script interface.
*/
void tf_ssb_register(JSContext* context, tf_ssb_t* ssb);
/** @} */