mirror of
https://onedev.site.tesses.net/crosslang
synced 2026-04-18 08:37:04 +00:00
Add RouteServer, TextReader/TextWriter and file locks
This commit is contained in:
@@ -9,6 +9,8 @@ using namespace Tesses::Framework::Filesystem;
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
TF_InitWithConsole();
|
||||
if(argc > 0)
|
||||
TF_AllowPortable(argv[0]);
|
||||
GC gc;
|
||||
gc.Start();
|
||||
GCList ls(gc);
|
||||
|
||||
Reference in New Issue
Block a user