cog/Utils/DBLog.h

22 lines
267 B
C
Raw Normal View History

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