Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/mac_osx2/src/external/cmcrashreporter/CMCrashReporter.h @ 8356

Last change on this file since 8356 was 8356, checked in by rgrieder, 13 years ago

Merged remaining revisions in mac_osx to mac_osx2 branch.

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.