meta: replace bluelib with fx
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#ifndef _DB_H_
|
||||
#define _DB_H_
|
||||
|
||||
#include <fx/io/directory.h>
|
||||
#include <sqlite3.h>
|
||||
|
||||
extern fx_result open_database(
|
||||
fx_directory *root,
|
||||
const char *path,
|
||||
int flags,
|
||||
sqlite3 **out);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user