diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-24 15:50:55 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-24 15:50:55 +0000 |
commit | 28cc1b6ceb018f6996510ad00523a1578cbdf16b (patch) | |
tree | 6a709ebc98521cbc27102468eeebd03da3a43cbb /include/xline.h | |
parent | b5f16515b7d435c90cd2e182e3dcd63a57de488a (diff) |
Added xline.cpp and xline.h, implements k/g/z/q lines
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@711 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/xline.h')
-rw-r--r-- | include/xline.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/include/xline.h b/include/xline.h new file mode 100644 index 000000000..720364dd6 --- /dev/null +++ b/include/xline.h @@ -0,0 +1,17 @@ +#ifndef __XLINE_H +#define __XLINE_H + +// include the common header files + +#include <typeinfo> +#include <iostream> +#include <string> +#include <deque> +#include <sstream> +#include <vector> +#include "users.h" +#include "channels.h" + + + +#endif |