diff --git a/src/main.c b/src/main.c index 2377745..deb70ef 100644 --- a/src/main.c +++ b/src/main.c @@ -16,6 +16,14 @@ * along with this program. If not, see . */ +/** + * @file main.c + * Takes argv[1] as parameter and passes + * it to the glut functions for drawing the file + * in a predefined scene. + * @brief program entry point + */ + #include "gl_draw.h" #include "half_edge.h" #include "print.h"