19 lines
345 B
C
19 lines
345 B
C
// 7 april 2015
|
|
|
|
/*
|
|
This file assumes that you have imported <Cocoa/Cocoa.h> and "ui.h" beforehand. It provides API-specific functions for interfacing with foreign controls on Mac OS X.
|
|
*/
|
|
|
|
#ifndef uiprivIncludeGuard_ui_darwin_h
|
|
#define uiprivIncludeGuard_ui_darwin_h
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|