/* Copyright (c) 2012, 2013 Artur Meski Reuse of the code or its part for any purpose without the author's permission is strictly prohibited. */ #ifndef RS_MAIN_HH #define RS_MAIN_HH #include #include #include #include #include #include #include "rs.hh" #include "symrs.hh" #include "mc.hh" #include "rsin_driver.hh" #include "options.hh" #include "memtime.hh" #define VERSION "2.0 ALPHA" #define AUTHOR "Artur Meski " using std::cout; using std::endl; void print_help(std::string path_str); #endif