Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

gfx.h

00001 /*
00002   File: gfx.h
00003 
00004   Copyright(C) C. Kotterink, Computed Graphics
00005 */
00006 #ifndef GFX_H
00007 #define GFX_H
00008 
00012 namespace Gfx
00013 {
00014     void init();        
00015 };
00016 #endif

This documentation was generated using doxygen. If you have any comments or additions please mail me.