diff options
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 { +}; +} +} |
