Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#pragma once
/**
** \defgroup database_js Database Interface
** Exposes a key-value store interface to script.
** @{
*/
typedef struct JSContext JSContext;
void tf_database_register(JSContext* context);
/** @} */