diff options
Diffstat (limited to 'src/ui/paint.h')
-rw-r--r-- | src/ui/paint.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/paint.h b/src/ui/paint.h index aafc7496..5b29b176 100644 --- a/src/ui/paint.h +++ b/src/ui/paint.h | |||
@@ -35,3 +35,5 @@ iLocalDef void drawHLine_Paint(const iPaint *d, iInt2 pos, int len, int color) { | |||
35 | iLocalDef void drawVLine_Paint(const iPaint *d, iInt2 pos, int len, int color) { | 35 | iLocalDef void drawVLine_Paint(const iPaint *d, iInt2 pos, int len, int color) { |
36 | drawLine_Paint(d, pos, addY_I2(pos, len), color); | 36 | drawLine_Paint(d, pos, addY_I2(pos, len), color); |
37 | } | 37 | } |
38 | |||
39 | iInt2 size_SDLTexture (SDL_Texture *); | ||