summaryrefslogtreecommitdiff
path: root/src/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.h')
-rw-r--r--src/screen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screen.h b/src/screen.h
index 7578552..671285a 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -16,6 +16,7 @@ typedef struct SCREEN_DATA {
void ScreenInit(int width, int height);
void ScreenClear();
char ScreenPixelApply(int x, int y, unsigned char state);
+void ScreenPixelFlip(int x, int y);
void ScreenWH(int *width, int *height);
void ScreenUpdate();
void ScreenClose();