diff options
Diffstat (limited to 'includes/over20.hpp')
| -rw-r--r-- | includes/over20.hpp | 67 | 
1 files changed, 67 insertions, 0 deletions
| diff --git a/includes/over20.hpp b/includes/over20.hpp new file mode 100644 index 0000000..2fb2941 --- /dev/null +++ b/includes/over20.hpp @@ -0,0 +1,67 @@ +//-*- mode: c++; indent-tabs-mode: t; coding: utf-8; show-trailing-whitespace: t -*- + +// file over20.hpp + +#ifndef _OVER20_HPP +#define _OVER20_HPP + +// System includes. + +#include <iostream> +#include <cstdlib> +#include <cstring> +#include <thread> +#include <chrono> +#include <limits> +#include <vector> + +// Local includes. + +#include "blkcom.hpp" +#include "dekspy.hpp" +#include "dekplt.hpp" +#include "comlock.hpp" +#include "labcom.hpp" +#include "random.hpp" +#include "main.hpp" +#include "newmods.hpp" +#include "utilities.hpp" +#include "strcom.hpp" +#include "location.hpp" +#include "time.hpp" +#include "plot.hpp" + +// Prototypes. + +namespace over20 { + +  void over20(void); +  void katalg(void); +  void emtspy(void); +  void spying(void); +  void spyink(void); +  void initsp(void); +  void kwiter(int[ 3 ]); +  void percnt(std::string *, const int &); +  void numchk(std::string *, const int &, int &); +  void getnum(int &); +  void spylin(void); +  void spyout(const int &, const int &); +  void examin(void); +  void deposi(const int &, int &, int &, double &); +  void append(void); +  void intpar(const int &, int &, int &, int &); +  void sosrng(int &); +  void locatn(void); +  void stopin(void); +  void helper(int &); +  void timval(void); +  void back14(void); +  void setrtm(void); +  void flatbd(void); + +} + +#endif // _OVER20_HPP + +// end of file over20.hpp | 
