mirror of
https://git.tesses.org/tesses50/tessesframework.git
synced 2026-06-01 18:15:31 +00:00
8 lines
204 B
C++
8 lines
204 B
C++
#include "TessesFramework/TessesFramework.hpp"
|
|
|
|
int main(int argc, char **argv) {
|
|
Tesses::Framework::TF_Init();
|
|
|
|
Tesses::Framework::Platform::ShellFileOrUrl("https://tesses.net/");
|
|
return 0;
|
|
} |