12 lines
287 B
Objective-C
12 lines
287 B
Objective-C
//
|
|
// MGMLog.h
|
|
// GeckoReporter
|
|
//
|
|
// Created by Mr. Gecko on 1/1/10.
|
|
// Copyright 2010 by Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
void MGMLog(NSString *format, ...);
|
|
void MGMLogv(NSString *format, va_list args); |