9 lines
91 B
C++
9 lines
91 B
C++
|
|
#include "puLocal.h"
|
|
|
|
void puText::draw ( int dx, int dy )
|
|
{
|
|
draw_label ( dx, dy ) ;
|
|
}
|
|
|