Generic/BaseClass.h

00001 //
00002 //  BaseClass.h
00003 //  MacTrek
00004 //
00005 //  Created by Aqua on 27/05/2006.
00006 //  Copyright 2006 Luky Soft. All rights reserved.
00007 //
00008 
00009 #import <Cocoa/Cocoa.h>
00010 #import "Luky.h"
00011 #import "Data.h"
00012 
00013 @interface BaseClass : NSObject {
00014     LLNotificationCenter *notificationCenter;
00015     Universe *universe;
00016 }
00017 
00018 @end

Generated on Sat Aug 26 21:14:14 2006 for MacTrek by  doxygen 1.4.7