Subversion Repositories AndroidProjects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
204 chris 1
#ifndef DRAW_OBJECT_H
2
#define DRAW_OBJECT_H
3
 
4
void print_string( char *string );
5
int  draw( char name[], double trans[3][4], int xwin, int ywin );
6
int  draw_exview( double a, double b, double r, double trans[3][4], int xwin, int ywin );
7
 
8
#endif