1 2 3 4 5 6 7 8
#ifndef MAIN_MENU_H #define MAIN_MENU_H #import <Cocoa/Cocoa.h> NSMenu *main_menu_create(); #endif /* MAIN_MENU_H */