mirror of
https://onedev.site.tesses.net/crosslang
synced 2026-02-09 01:25:45 +00:00
Add native plugin support, remove SDL2
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user