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