Adding dotfile support, a VERY BASIC GUI, and basic discord rpc
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
|
||||
#ifndef _GUI_ENTRY_HPP
|
||||
#define _GUI_ENTRY_HPP
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif // __cplusplus
|
||||
|
||||
int qt_gui_entry(int argc, char** argv);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif // __cplusplus
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user