ODIN
tjutils.h
1 /***************************************************************************
2  tjutils.h - description
3  -------------------
4  begin : Thu Dec 5 2002
5  copyright : (C) 2000-2021 by Thies H. Jochimsen
6  email : thies@jochimsen.de
7  ***************************************************************************/
8 
9 /***************************************************************************
10  * *
11  * This program is free software; you can redistribute it and/or modify *
12  * it under the terms of the GNU General Public License as published by *
13  * the Free Software Foundation; either version 2 of the License, or *
14  * (at your option) any later version. *
15  * *
16  ***************************************************************************/
17 
18 #ifndef TJUTILS_H
19 #define TJUTILS_H
20 
21 #ifndef TJUTILS_CONFIG_H
22 #define TJUTILS_CONFIG_H
23 #include <tjutils/config.h>
24 #endif
25 
26 // boilerplate includes for a clean C++ environment
27 #include <tjutils/tjheap.h>
28 #include <tjutils/tjstd.h>
29 #include <tjutils/tjstream.h>
30 
31 
33 
34 
35 #endif