Changeset 518 for trunk/thune/gl/gx.h

Show
Ignore:
Timestamp:
04/06/08 06:15:01 (8 months ago)
Author:
krobillard
Message:

Thune-gl is now built separately with CMake.
Added UG_DT_COUNT & ug_datatypes to thune-gl header.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/gl/gx.h

    r517 r518  
    174174}; 
    175175 
     176 
     177#define UG_DT_COUNT    6 
     178extern UDatatype ug_datatypes[ UG_DT_COUNT ]; 
    176179 
    177180extern struct GrRenderState grState;