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

@@ -451,8 +451,7 @@ namespace Tesses::CrossLang
}
else
{
Flush();
Symbol({read});
buffer.push_back('$');
}
break;
case '\"':
@@ -529,7 +528,6 @@ namespace Tesses::CrossLang
while(true)
{
int r = Read();
std::cout << r <<std::endl;
lineInfo.Add(r);
if(r == -1)
{