We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60050d7 commit af01b6bCopy full SHA for af01b6b
lib/termgl.h
@@ -5,6 +5,9 @@
5
extern "C"{
6
#endif
7
8
+#define TGL_VERSION_MAJOR 1
9
+#define TGL_VERSION_MINOR 0
10
+
11
#include <stdbool.h>
12
13
#if defined(_WIN32) || defined(WIN32)
0 commit comments