summaryrefslogtreecommitdiff
path: root/modules/codec-irc/c++/irc.hpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2025-10-13 18:12:18 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2025-10-13 18:12:18 +0200
commit9edf55235fee4cedccdca43f4da93b6adcced94b (patch)
treea8a90bb707001d901bf2409385978f007b854c10 /modules/codec-irc/c++/irc.hpp
parent4bce6c96d0c49161b840796b277baab7972c0214 (diff)
downloadforstio-forstio-9edf55235fee4cedccdca43f4da93b6adcced94b.tar.gz
Initial for IRC. Probably not necessary.
Diffstat (limited to 'modules/codec-irc/c++/irc.hpp')
-rw-r--r--modules/codec-irc/c++/irc.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/codec-irc/c++/irc.hpp b/modules/codec-irc/c++/irc.hpp
new file mode 100644
index 0000000..6b82bd2
--- /dev/null
+++ b/modules/codec-irc/c++/irc.hpp
@@ -0,0 +1,8 @@
+#pragma once
+
+namespace saw {
+namespace encode {
+struct Irc {
+};
+}
+}