From 9edf55235fee4cedccdca43f4da93b6adcced94b Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 13 Oct 2025 18:12:18 +0200 Subject: Initial for IRC. Probably not necessary. --- modules/codec-irc/c++/irc.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 modules/codec-irc/c++/irc.hpp (limited to 'modules/codec-irc/c++/irc.hpp') 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 { +}; +} +} -- cgit v1.2.3