8 lines
79 B
C++
8 lines
79 B
C++
#if PLATFORM_MAC
|
|
#include <Cocoa/Cocoa.h>
|
|
#include <AppKit/AppKit.h>
|
|
|
|
|
|
|
|
#endif
|