X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fthecheat;a=blobdiff_plain;f=AppController.h;fp=AppController.h;h=e4a9765ba55ce03fd93d164da1b691f73614dc25;hp=7eb651fcbf4b00d5a8e33b770ca51369c8fd3bfe;hb=ad02580588e2ca41f15ba8f9bd084561d8d485c2;hpb=0a3d732da131b4505c0dbf2330c4667a29ce90e8 diff --git a/AppController.h b/AppController.h index 7eb651f..e4a9765 100644 --- a/AppController.h +++ b/AppController.h @@ -26,6 +26,7 @@ #import "CheatServer.h" + @class AboutBoxController; @class HelpController; @class PreferenceController; @@ -53,13 +54,6 @@ - (IBAction)checkForUpdate:(id)sender; -// Privilage elevation stuff -AuthorizationRef _authRef; -AuthorizationItem _authItem; -AuthorizationRights _authRights; -- (int) preAuthorize; -- (int) launchAuthPrgm; - // Server Stuff - (CheatServer *)cheatServer; - (BOOL)startCheatServer;