diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-10-13 18:12:18 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-10-13 18:12:18 +0200 |
| commit | 9edf55235fee4cedccdca43f4da93b6adcced94b (patch) | |
| tree | a8a90bb707001d901bf2409385978f007b854c10 /modules/codec-irc/c++/irc.hpp | |
| parent | 4bce6c96d0c49161b840796b277baab7972c0214 (diff) | |
| download | forstio-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.hpp | 8 |
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 { +}; +} +} |
