Browse CVS Repository
Contents of /enbanfukusyaya/EnbanKensa/common/debug.h
Parent Directory
| Revision Log
| Revision Graph
Revision 1.5 -
( show annotations)
( download)
( as text)
Sun Dec 11 15:25:30 2005 UTC
(18 years, 4 months ago)
by bananajinn
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +16 -16 lines
File MIME type: text/x-chdr
*** empty log message ***
| 1 |
/** |
| 2 |
* 円盤複写屋 - EnbanKensa |
| 3 |
* Copyright (C) 2005 Kagetani Hideto |
| 4 |
* debug.h - デバッグ用 |
| 5 |
* $Date: 2005/12/11 15:21:45 $ |
| 6 |
* $Revision: 1.4 $ |
| 7 |
*/ |
| 8 |
#ifndef __DEBUG_H__ |
| 9 |
#define __DEBUG_H__ |
| 10 |
|
| 11 |
#include <stdarg.h> |
| 12 |
extern void DebugLog(char *fmt, ...); |
| 13 |
|
| 14 |
|
| 15 |
#endif /* !__DEBUG_H__ */ |
| 16 |
|
|