This is gui.m in view mode; [Download] [Up]
// gui.m // Project: Cribbage // Stephan Wacker // 93-06-20 // // Interface between the NeXT GUI and the cribbage kernel. #import "deck.h" #import "cribbage.h" #import "Messages.h" void gui_msg( char *message ) { [Messages message: message]; }
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.