Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/mac_osx/src/external/cmcrashreporter/CMCrashReporter.h @ 8259

Last change on this file since 8259 was 8259, checked in by youngk, 13 years ago

Integrating automatic crash reporter. Does not work atm.

File size: 447 bytes
Line 
1//
2//  CMCrashReporter.h
3//  CMCrashReporter-App
4//
5//  Created by Jelle De Laender on 20/01/08.
6//  Copyright 2008 CodingMammoth. All rights reserved.
7//  Copyright 2010 CodingMammoth. Revision. All rights reserved.
8//
9//  Current version: 1.1 (September 2010)
10//
11
12#import <Cocoa/Cocoa.h>
13#import "CMCrashReporterGlobal.h"
14#import "CMCrashReporterWindow.h"
15
16@interface CMCrashReporter : NSObject {
17
18}
19+ (void)check;
20+ (NSArray *)getReports;
21@end
Note: See TracBrowser for help on using the repository browser.