diff options
Diffstat (limited to 'includes/labl02.hpp')
-rw-r--r-- | includes/labl02.hpp | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/includes/labl02.hpp b/includes/labl02.hpp new file mode 100644 index 0000000..1112021 --- /dev/null +++ b/includes/labl02.hpp @@ -0,0 +1,50 @@ +//-*- mode: c++; indent-tabs-mode: t; coding: utf-8; show-trailing-whitespace: t -*- + +// file labl02.hpp + +#ifndef _LABL02_HPP +#define _LABL02_HPP + +#include <iostream> +#include <iomanip> +#include <string> +#include <fstream> +#include <ostream> +#include <sstream> +#include <cstdlib> +#include <cstdint> +#include <cinttypes> +#include <vector> + +namespace com2 { + + extern int nN1; + extern int nN2; + extern int nN3; + extern int nN4; + extern int nLCount; + extern int nModel; + extern int nL27Dep; + extern int nIBR1; + extern int nNRecur; + extern int nKGroup; + extern int nNC4; + extern int nNC5; + extern int nIFQ; + extern int nN13; + extern int nIDA; + extern int nIFKC; + extern int nIDY; + extern int nIDM; + extern int nIDQ; + extern int nIDU; + extern int nIDT; + extern int nIQ; + extern int nNC6; + extern int nNC3; + +} + +#endif // _LABL02_HPP + +// end of file labl02.hpp |