/* 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 "1.0alpha" #define AUTHOR "Artur Męski " using std::cout; using std::endl; #endif