From 27cd9aded215835ffde615153600476bf9be2473 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Tue, 8 Dec 2020 12:48:16 +0000 Subject: create base class for all client, add some functionality to gui --- src/client/gui/OO_FLTK.hpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/client/gui/OO_FLTK.hpp') diff --git a/src/client/gui/OO_FLTK.hpp b/src/client/gui/OO_FLTK.hpp index 2f52f97..b581321 100644 --- a/src/client/gui/OO_FLTK.hpp +++ b/src/client/gui/OO_FLTK.hpp @@ -1,3 +1,6 @@ +#ifndef WC_OOFLTK_H +#define WC_OOFLTK_H + #include #include #include @@ -23,4 +26,6 @@ class ChatBaseOutput : public Fl_Multiline_Output { public: ChatBaseOutput(int x, int y, int w, int h, const char *lb = 0); ~ChatBaseOutput() {} -}; \ No newline at end of file +}; + +#endif \ No newline at end of file -- cgit v1.2.3-18-g5258