| # | Line 4 | Line 4 | |
|---|---|---|
| 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 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |