HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SYS_MBSDUtil.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: SYS_MBSDUtil.h ( UT Library, C++)
7  *
8  * COMMENTS:
9  *
10  * Mac OSX utility functions at the SYS level.
11  *
12  */
13 
14 #ifndef __SYS_MBSDUtil_h__
15 #define __SYS_MBSDUtil_h__
16 
17 #include "SYS_API.h"
18 
19 #if defined(MBSD)
20 SYS_API const char *SYSmbsdGetOSVersionString();
21 
22 SYS_API void SYSmbsdGetOSVersion(int &major, int &minor, int &patch);
23 
24 #endif // MBSD
25 
26 #endif // __SYS_MBSDUtil_h__
#define SYS_API
Definition: SYS_API.h:11