histui/source/db.cpp

12 lines
174 B
C++
Raw Permalink Normal View History

2024-02-10 15:50:36 -05:00
#include "db.hpp"
inline const char * db_file;
signed export_main(int argc, char * * argv) {
return 0;
}
signed import_main(int argc, char * * argv) {
return 0;
}