A buncha muncha cruncha .h docs. Also add vim temporary files to .gitignore.
This commit is contained in:
@ -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);
|
||||
|
||||
/** @} */
|
||||
|
Reference in New Issue
Block a user