mirror of
https://git.shylie.info/shylie/glerminal.git
synced 2024-11-12 21:10:04 +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);
|
|
} |