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,26 @@
|
||||
//
|
||||
// CMCrashReporterGlobal.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.
|
||||
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
|
||||
@interface CMCrashReporterGlobal : NSObject {
|
||||
|
||||
}
|
||||
|
||||
+ (NSString *)appName;
|
||||
+ (NSString *)version;
|
||||
|
||||
+ (BOOL)checkOnCrashes;
|
||||
|
||||
+ (NSString *)osVersion;
|
||||
|
||||
+ (int)numberOfMaximumReports;
|
||||
@end
|
||||
Reference in New Issue
Block a user