diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-06-21 02:26:50 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-06-21 02:26:50 +0000 |
| commit | c100b72c5d47bfa9fc9f09ecce0f069b6cf59087 (patch) | |
| tree | de203fecca0ac5d00342c3fc9b669c52ba097291 /render/image.h | |
| parent | 4541959b8cce89f566c2599d078ae6a28bda4ead (diff) | |
more namespacing with Rr*
Diffstat (limited to 'render/image.h')
| -rw-r--r-- | render/image.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/render/image.h b/render/image.h index e92ce0f6..9404e5fa 100644 --- a/render/image.h +++ b/render/image.h @@ -4,6 +4,6 @@ #include "render.h" #include "../kernel/geom.h" -void image_draw(RrPixel32 *target, RrTextureRGBA *rgba, Rect *area); +void RrImageDraw(RrPixel32 *target, RrTextureRGBA *rgba, Rect *area); #endif |
