--- ray/src/rt/rpaint.h 2003/06/27 06:53:23 2.5 +++ ray/src/rt/rpaint.h 2005/01/21 00:52:59 2.7 @@ -1,17 +1,17 @@ -/* RCSid $Id: rpaint.h,v 2.5 2003/06/27 06:53:23 greg Exp $ */ +/* RCSid $Id: rpaint.h,v 2.7 2005/01/21 00:52:59 greg Exp $ */ /* * rpaint.h - header file for image painting. */ #ifndef _RAD_RPAINT_H_ #define _RAD_RPAINT_H_ -#ifdef __cplusplus -extern "C" { -#endif #include "driver.h" - #include "view.h" +#ifdef __cplusplus +extern "C" { +#endif + typedef short COORD; /* an image coordinate */ typedef struct pnode { @@ -64,6 +64,7 @@ extern void getview(char *s); extern void lastview(char *s); extern void saveview(char *s); extern void loadview(char *s); +extern void getfocus(char *s); extern void getaim(char *s); extern void getmove(char *s); extern void getrotate(char *s);