#ifndef EXAMPLE_H #define EXAMPLE_H #include bool exampleInit(); bool exampleRender(int width, int height); void exampleFinish(); #endif /* EXAMPLE_H */