Edit

kc3-lang/ftgl/include/FTGL.h

Branch :

  • Show log

    Commit

  • Author : henry
    Date : 2001-07-26 05:11:34
    Hash : 019af0d2
    Message : This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.

  • include/FTGL.h
  • #ifndef		__FTGL__
    #define		__FTGL__
    
    // define some symbols
    	enum CHARMAP
    	{
    		ASCII,
    		UNICODE
    	};
    		
    	enum FONTTYPE
    	{
    		BITMAP,
    		VECTOR
    	};
    		
    
    
    
    #endif	//	__FTGL__