cog/DBLog.h

21 lines
273 B
C
Raw Normal View History

2005-06-02 18:16:43 +00:00
/*
* NSDebug.h
* Cog
*
* Created by Zaphod Beeblebrox on 5/30/05.
* Copyright 2005 __MyCompanyName__. All rights reserved.
*
*/
#include <Cocoa/Cocoa.h>
#ifdef __cplusplus
extern "C"
{
#endif
void DBLog(NSString *format, ...);
#ifdef __cplusplus
};
#endif