HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_UI.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: UT_UI.h (UT Library, C++)
7  *
8  * COMMENTS: Utility functions for UI.
9  */
10 
11 #ifndef __UT_UI_h__
12 #define __UT_UI_h__
13 
14 #include "UT_API.h"
15 
16 UT_API bool UTisUIAvailable();
17 
18 UT_API void UTsetIsUIAvailable(bool is_ui_available);
19 
20 #endif
#define UT_API
Definition: UT_API.h:14
UT_API void UTsetIsUIAvailable(bool is_ui_available)
UT_API bool UTisUIAvailable()