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