Add native plugin support, remove SDL2

This commit is contained in:
2025-01-23 13:36:15 -06:00
parent ea3e01bdb2
commit 3ebdab9401
12 changed files with 421 additions and 373 deletions

View File

@@ -39,7 +39,6 @@ namespace Tesses::CrossLang {
std::string name = p.ToString();
sqlite3* sqlite;
std::cout << name << std::endl;
int rc =sqlite3_open(name.c_str(),&sqlite);
if(rc)
{
@@ -136,4 +135,4 @@ namespace Tesses::CrossLang {
gc->BarrierEnd();
#endif
}
}
}