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

ui.h

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

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