]> git.mxchange.org Git - simgear.git/blob - PUI/puText.cxx
Tweak for SGI portability.
[simgear.git] / PUI / puText.cxx
1
2 #include "puLocal.h"
3
4 void puText::draw ( int dx, int dy )
5 {
6   draw_label ( dx, dy ) ;
7 }
8