liballofw
allofw.h
Go to the documentation of this file.
1 #ifndef ALLOFW_H
2 #define ALLOFW_H
3 
4 #include "common.h"
5 #include "config.h"
6 
7 #include "omnistereo.h"
8 #include "opengl.h"
9 
10 #include "graphics.h"
11 
12 namespace allofw {
13 
15  void allofwInit();
16 
18  void allofwExit();
19 
20 }
21 
22 #endif
void allofwExit()
De-initialize the allofw library.
void allofwInit()
Initialize the allofw library.
Definition: allofw.h:12