aboutsummaryrefslogtreecommitdiff
path: root/Source/Gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Gfx.h')
-rw-r--r--Source/Gfx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/Gfx.h b/Source/Gfx.h
index 409c971..3ee9bce 100644
--- a/Source/Gfx.h
+++ b/Source/Gfx.h
@@ -76,6 +76,10 @@ void GfxSetGlobalLuminance(uint8_t value);
void GfxIncreaseGlobalLuminance(int8_t step);
+void GfxButtonSetFlags(uint8_t flags);
+
+void GfxButtonRemoveFlags(uint8_t flags);
+
int GfxRotateFromDegrees(int deg);
void GfxDrawButton(short x, short y, unsigned short btn);