adium/adium

6194bf1c1f66
Update version number in Info.plist. Add a ticket number to Changes.txt.
//
// LMXAppDelegate.h
// LMX
//
// Created by Mac-arena the Bored Zo on 2005-10-17.
// Copyright 2005 Mac-arena the Bored Zo. All rights reserved.
//
//ganked from LMX.
@class AXCStartingPointsController;
@interface AXCAppDelegate : NSObject {
IBOutlet AXCStartingPointsController * startingPointsController;
}
@end