Adding dotfile support, a VERY BASIC GUI, and basic discord rpc

This commit is contained in:
2025-10-06 18:32:00 +10:00
parent eba7bf2252
commit 595207af91
5 changed files with 260 additions and 7 deletions
+15
View File
@@ -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