demo-common.h

00001 #ifndef __DEMO_COMMON_H__
00002 #define __DEMO_COMMON_H__
00003 
00004 #include <string>
00005 
00006 std::string demo_find_file(const std::string& base);
00007 
00008 #endif /* __DEMO_COMMON_H__ */

Generated on Sun Mar 11 10:01:08 2007 by  doxygen 1.5.1