| 4 |
|
*/ |
| 5 |
|
#ifndef _RAD_RPAINT_H_ |
| 6 |
|
#define _RAD_RPAINT_H_ |
| 7 |
– |
#ifdef __cplusplus |
| 8 |
– |
extern "C" { |
| 9 |
– |
#endif |
| 7 |
|
|
| 11 |
– |
|
| 12 |
– |
#include "copyright.h" |
| 13 |
– |
|
| 8 |
|
#include "driver.h" |
| 15 |
– |
|
| 9 |
|
#include "view.h" |
| 10 |
|
|
| 11 |
+ |
#ifdef __cplusplus |
| 12 |
+ |
extern "C" { |
| 13 |
+ |
#endif |
| 14 |
+ |
|
| 15 |
|
typedef short COORD; /* an image coordinate */ |
| 16 |
|
|
| 17 |
|
typedef struct pnode { |
| 64 |
|
extern void lastview(char *s); |
| 65 |
|
extern void saveview(char *s); |
| 66 |
|
extern void loadview(char *s); |
| 67 |
+ |
extern void getfocus(char *s); |
| 68 |
|
extern void getaim(char *s); |
| 69 |
|
extern void getmove(char *s); |
| 70 |
|
extern void getrotate(char *s); |