urgViewResource.h

00001 #ifndef UNICODE_RESOURCE_H
00002 #define UNICODE_RESOURCE_H
00003 
00004 /*
00005   TTF 描画用のユニコード資源
00006   Satofumi KAMIMURA
00007   $Id$
00008 */
00009 
00010 const Uint16 Button_Larger[] = { '<', '-', ' ', '-', '>', 0x0 }; // 拡大 // <- ->
00011 const Uint16 Button_Smaller[] = { '-', '>', ' ', '<', '-', 0x0 }; // 縮小 // -> <-
00012 const Uint16 Button_Quit[] = { 'Q', 'u', 'i', 't', 0x0 }; // 終了 // Quit
00013 
00014 #endif /* !UNICODE_RESOURCE_H */
00015 

Generated on Mon Apr 13 22:52:02 2009 by  doxygen 1.5.7.1