apps-projectcenter/PCRenaissanceProj/AppController.m
Nicola Pero 5194e84deb Updated markup files; more extensive use of include guards; use #include,
not #import


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@15822 72102866-910b-0410-8b05-ffd578937521
2003-01-31 18:40:42 +00:00

18 lines
321 B
Objective-C

/*
* AppController.m
*
* GNUstep Renaissance Application Controller
*
* Created with ProjectCenter - http://www.gnustep.org
*
*/
#include "AppController.h"
@implementation AppController
- (void) applicationDidFinishLaunching: (NSNotification *)not
{
[NSBundle loadGSMarkupNamed: @"Main" owner: self];
}
@end