summaryrefslogtreecommitdiffstats
Side-by-side diff
-rw-r--r--src/view/exp004view.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/view/exp004view.c b/src/view/exp004view.c
index b25173e..aa6e966 100644
--- a/src/view/exp004view.c
+++ b/src/view/exp004view.c
@@ -3,6 +3,7 @@
#include "../controller/exp004reshape.h"
#include "../controller/keyboard.h"
#include "../model/exp004base.h"
+#include "exp004init.h"
#include "exp004view.h"
#include <GL/glut.h>
@@ -35,6 +36,7 @@ exp004view (void)
// Initialize the model.
exp004base ();
+ exp004init ();
// Callbacks (Controllers)
glutDisplayFunc (exp004display);

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.