goat3dgfx

diff src/goat3dgfx.h @ 10:b4c9a24c946e

wrote an awesome configure script added "main" 3d engine source file with global init/cleanup
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 24 Nov 2013 13:30:44 +0200
parents eb75bff21824
children 0ac499409edd
line diff
     1.1 --- a/src/goat3dgfx.h	Mon Nov 18 04:10:19 2013 +0200
     1.2 +++ b/src/goat3dgfx.h	Sun Nov 24 13:30:44 2013 +0200
     1.3 @@ -27,4 +27,7 @@
     1.4  #include <goat3dgfx/unistate.h>
     1.5  #include <goat3dgfx/xform_node.h>
     1.6  
     1.7 +bool init_goat_graphics();
     1.8 +void shutdown_goat_graphics();
     1.9 +
    1.10  #endif	// GOAT3DGFX_H_