forked from cory/tildefriends
Some progress on .h docs, and add a preliminary CONTRIBUTING.md.
This commit is contained in:
@@ -6,8 +6,13 @@
|
||||
** @{
|
||||
*/
|
||||
|
||||
/** A JS context. */
|
||||
typedef struct JSContext JSContext;
|
||||
|
||||
/**
|
||||
** Register the database script interface.
|
||||
** @param context The JS context.
|
||||
*/
|
||||
void tf_database_register(JSContext* context);
|
||||
|
||||
/** @} */
|
||||
|
Reference in New Issue
Block a user