mirror of
https://git.shylie.info/shylie/glerminal.git
synced 2025-10-02 05:00:05 +00:00
Initial commit
This commit is contained in:
19
include/glerminal.h
Normal file
19
include/glerminal.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef GLERMINAL_H
|
||||
#define GLERMINAL_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
typedef void (*glerminal_main_cb)();
|
||||
|
||||
void glerminal_run(glerminal_main_cb main);
|
||||
|
||||
void glerminal_flush();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif//GLERMINAL_H
|
Reference in New Issue
Block a user