From 98eac951f8087b213f5850bd126dcb279db360a8 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:42 +0200 Subject: tagging ychat-0.6 --- incl.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 incl.h (limited to 'incl.h') diff --git a/incl.h b/incl.h new file mode 100755 index 0000000..6f2f708 --- /dev/null +++ b/incl.h @@ -0,0 +1,18 @@ +// contains header files which are included by all classes. + +// include some std headers. +#include + +// since thread synchronization is a big issue this header needs +// to be included by every other file too. +#include + +#include + +// std::string. +#include + +// include all the custom global variables. +#include "glob.h" +// include all the custom messages. +#include "msgs.h" -- cgit v1.2.3