aboutsummaryrefslogtreecommitdiff
path: root/lzr.h
diff options
context:
space:
mode:
Diffstat (limited to 'lzr.h')
-rw-r--r--lzr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lzr.h b/lzr.h
index 12f2bb5..b12bde5 100644
--- a/lzr.h
+++ b/lzr.h
@@ -82,7 +82,7 @@ int LZR_ImageLoad(const char *path);
int LZR_SoundLoad(const char *path, float volume);
int LZR_DrawBegin(void);
int LZR_DrawEnd(void);
-int LZR_DrawSetColor(float r, float g, float b);
+int LZR_DrawSetColor(float r, float g, float b, float a);
int LZR_DrawClear(void);
int LZR_DrawPoint(int x, int y);
int LZR_DrawPoints(int *x, int *y, int n);