Created
June 10, 2021 21:40
-
-
Save marcusobrien/bf552fb34604fb0d417604c1aac5b8fb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void SMA1::Draw() | |
{ | |
if (firmware.IsA1() == true) | |
{ | |
drawNormal(); | |
} | |
else if (firmware.IsA2() == true) | |
{ | |
drawDoubleThick(); | |
} | |
else if (firmware.IsA3() == true) | |
{ | |
drawTrebleThick(); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment