1
0
Fork 0
flightgear/Lib/PUI/puText.cxx
2009-09-14 13:34:43 +02:00

8 lines
91 B
C++

#include "puLocal.h"
void puText::draw ( int dx, int dy )
{
draw_label ( dx, dy ) ;
}