aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/helpers/MiscFunctions.hpp
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2022-04-04 19:44:25 +0200
committervaxerski <[email protected]>2022-04-04 19:44:25 +0200
commit374491ee63807147a8333ee415428303f99aa466 (patch)
tree6d077d095a65559d25e6584ff343aab906d9b0f7 /src/helpers/MiscFunctions.hpp
parentd15cda7e4141eb73838cf0e5452c24d427028273 (diff)
downloadHyprland-374491ee63807147a8333ee415428303f99aa466.tar.gz
Hyprland-374491ee63807147a8333ee415428303f99aa466.zip
progress
Diffstat (limited to 'src/helpers/MiscFunctions.hpp')
-rw-r--r--src/helpers/MiscFunctions.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/helpers/MiscFunctions.hpp b/src/helpers/MiscFunctions.hpp
index acbd6d25..c71df0b1 100644
--- a/src/helpers/MiscFunctions.hpp
+++ b/src/helpers/MiscFunctions.hpp
@@ -3,4 +3,5 @@
#include "../includes.hpp"
void addWLSignal(wl_signal*, wl_listener*, void* pOwner, std::string ownerString);
-void wlr_signal_emit_safe(struct wl_signal *signal, void *data); \ No newline at end of file
+void wlr_signal_emit_safe(struct wl_signal *signal, void *data);
+std::string getFormat(const char *fmt, ...); // Basically Debug::log to a string \ No newline at end of file