initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / applications / utilities / surface / surfaceCoarsen / bunnylod / font.h
blob2a616fe8ac097a5e5c60eb2f23d29c4b1776f05c
1 #ifndef FONT_H
2 #define FONT_H
4 void PrintString(char *s,int x=0,int y=-1);
5 void PostString(char *_s,int _x,int _y,float _life=5.0);
6 void RenderStrings();
8 #endif