mirror of
https://git.shylie.info/shylie/glerminal.git
synced 2025-10-16 10:50:14 +00:00
6 lines
92 B
C++
6 lines
92 B
C++
#include <glerminal.h>
|
|
|
|
int main(int argc, char** argv)
|
|
{
|
|
glerminal_run(glerminal_flush);
|
|
} |