Files
forge-steel/src/main.h
T

7 lines
85 B
C

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