Created
April 14, 2014 14:23
-
-
Save jontelang/10652717 to your computer and use it in GitHub Desktop.
s
This file contains 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
static BOOL BooverEnabled = NO; | |
static float BooverX = 0; | |
static float BooverY = 0; | |
static float BooverR = 1; | |
static float BooverG = 0; | |
static float BooverB = 0; | |
static float BooverSize = 24; | |
static float BooverAlpha = 1.0f; | |
static float BooverRadius = 12; | |
static float BooverDegrees = 0; | |
static bool BooverHasBorder = NO; | |
static float BooverTempColorR = 0; | |
static float BooverTempColorG = 0; | |
static float BooverTempColorB = 0; | |
static float BooverGotColorFromIcon = NO; | |
static float BooverShouldGetColorFromIcon = NO; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment