From c4fc11063a3cd73b512823957ff62c5f0ca2b837 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Sun, 1 Sep 2024 20:44:57 +0200 Subject: [PATCH] created source file for chat-flags --- src/chat/flags.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/chat/flags.c diff --git a/src/chat/flags.c b/src/chat/flags.c new file mode 100644 index 0000000..09ceb73 --- /dev/null +++ b/src/chat/flags.c @@ -0,0 +1,19 @@ +/* +This is part of WHY2 +Copyright (C) 2022 Václav Šmejkal + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + +#include \ No newline at end of file