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

Show
Ignore:
Timestamp:
06/06/08 18:55:03 (6 months ago)
Author:
krobillard
Message:

Public headers now live in thune/ subdirectory.

Files:
1 modified

Legend:

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

    r533 r536  
    2222 
    2323#include <GL/glv.h> 
    24 #include "urlan.h" 
    2524#include "gui.h" 
    2625#include "TexFont.h" 
     
    185184 
    186185UIndex ur_makeRaster( UThread*, UCell*, int format, int w, int h, UBinary** ); 
    187 int    ug_runDrawList( UThread*, UCell* blkCell ); 
    188 int    ug_compileDrawList( UThread*, UCell* blkCell, GLuint dl ); 
    189  
    190 TexFont* ug_texFontV( UThread*, const UCell* ); 
     186int    ur_runDrawList( UThread*, UCell* blkCell ); 
     187int    ur_compileDrawList( UThread*, UCell* blkCell, GLuint dl ); 
     188 
     189TexFont* ur_texFontV( UThread*, const UCell* ); 
    191190 
    192191