Add native plugin support, remove SDL2
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user