#ifndef MAIN_H #define MAIN_H namespace fallout { int falloutMain(int argc, char** argv); } // namespace fallout #endif /* MAIN_H */