mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-06 21:57:47 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// CMCrashReporter.h
|
||||
// CMCrashReporter-App
|
||||
//
|
||||
// Created by Jelle De Laender on 20/01/08.
|
||||
// Copyright 2008 CodingMammoth. All rights reserved.
|
||||
// Copyright 2010 CodingMammoth. Revision. All rights reserved.
|
||||
//
|
||||
// Current version: 1.1 (September 2010)
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import "CMCrashReporterGlobal.h"
|
||||
|
||||
@interface CMCrashReporter : NSObject {
|
||||
|
||||
}
|
||||
+ (void)check;
|
||||
+ (NSArray *)getReports;
|
||||
@end
|
||||
Reference in New Issue
Block a user