simgear/PUI/puText.cxx

9 lines
91 B
C++
Raw Normal View History

1998-06-12 09:04:52 +08:00
#include "puLocal.h"
void puText::draw ( int dx, int dy )
{
draw_label ( dx, dy ) ;
}