forked from cory/tildefriends
Move all JS interface things into .js.c files with _register() functions.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3671 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
7
src/database.js.h
Normal file
7
src/database.js.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "quickjs.h"
|
||||
|
||||
typedef struct sqlite3 sqlite3;
|
||||
|
||||
void tf_database_register(JSContext* context, sqlite3* sqlite);
|
Reference in New Issue
Block a user