diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-06-21 18:11:55 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-06-21 21:31:11 +0700 |
commit | 325dca9f212f9fd44cd10a8180529970c7a08c72 (patch) | |
tree | e1cfaec078dfa49f4d51d05eef8a5b0967843a41 /src/Alerts.h | |
parent | 10f5376de856ecead4e8bbf66f19157f36f7a382 (diff) | |
download | blackshades-1.2.0.tar.gz |
Remove trailing whitespaces and duplicated blank lines 1.2.0
Diffstat (limited to 'src/Alerts.h')
-rw-r--r-- | src/Alerts.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/Alerts.h b/src/Alerts.h index 5db7938..02cad9f 100644 --- a/src/Alerts.h +++ b/src/Alerts.h @@ -1,12 +1,10 @@ #ifndef _MYALERTS_H_ #define _MYALERTS_H_ - /**> HEADER FILES <**/ #include <string.h> #include <stdlib.h> - /**> CONSTANT DECLARATIONS <**/ #define kMoveToFront kFirstWindowOfClass // Alerts @@ -26,7 +24,7 @@ // Misc #define kInsignificantConstant7454955 0 -// Error numbers +// Error numbers #define kErr_DSpFindBestContextFailed 1 #define kErr_DSpContext_ReserveFailed 2 #define kErr_ActivateContextFailed 3 @@ -34,11 +32,9 @@ #define kErr_DSpFadeFailed 5 #define kErr_AGLContext_CreationFailed 6 - /**> FUNCTION PROTOTYPES <**/ int SelectResolution( void ); void MessageAlert( unsigned char *theMessage ); void FatalErrorAlert( UInt16 errorNum, OSErr osError ); - #endif \ No newline at end of file |