fallout2-ce/src/main.h

7 lines
92 B
C

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