diff options
Diffstat (limited to 'src/include')
| -rwxr-xr-x | src/include/globalsymbols.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/include/globalsymbols.h b/src/include/globalsymbols.h new file mode 100755 index 00000000..e2bd19d3 --- /dev/null +++ b/src/include/globalsymbols.h @@ -0,0 +1,14 @@ +#ifndef _GLOBAL_SYMBOLS_H_ +#define _GLOBAL_SYMBOLS_H_ + +//GTK stuff +//void my_checkGlobalGdkDisplay(); +//void my_setGlobalGThreadsInit(); + +//void** my_GetGTKDisplay(); +//void** my_GetGthreadsGotInitialized(); // defined in wrappedgthread2 + +// NCurse / TInfo +void my_checkGlobalTInfo(); + +#endif //_GLOBAL_SYMBOLS_H_ \ No newline at end of file |