4coder/platform_mac/mac_objective_c_to_cpp_links.h

14 lines
245 B
C
Raw Normal View History

/* Types and functions for communication between C++ and Objective-C layers. */
#if !defined(MAC_OBJECTIVE_C_TO_CPP_LINKS_H)
#define MAC_OBJECTIVE_C_TO_CPP_LINKS_H
// In C++ layer.
external void*
mac_init();
// In Objective-C layer.
#endif