]> git.mxchange.org Git - simgear.git/blob - PUI/puText.cxx
Added #ifdef HAVE_CONFIG_H #include <config.h> #endif to get WIN32
[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