00001 // 00002 // BeepLite.h 00003 // MacTrek 00004 // 00005 // Created by Aqua on 27/04/2006. 00006 // Copyright 2006 Luky Soft. All rights reserved. 00007 // 00008 00009 #import <Cocoa/Cocoa.h> 00010 00011 #define BEEPLITE_PLAYERS_MAP 0x01 00012 #define BEEPLITE_PLAYERS_LOCAL 0x02 00013 #define BEEPLITE_SELF 0x04 00014 #define BEEPLITE_PLANETS 0x08 00015 #define BEEPLITE_SOUNDS 0x10 00016 #define BEEPLITE_COLOR 0x20 00017 #define BEEPLITE_TTS 0x40 00018 00019 @interface BeepLite : NSObject { 00020 00021 } 00022 00023 @end