7 lines
92 B
C
7 lines
92 B
C
#ifndef MAIN_H
|
|
#define MAIN_H
|
|
|
|
int falloutMain(int argc, char** argv);
|
|
|
|
#endif /* MAIN_H */
|