source:
Main/trunk/Common/cm_log.h@
402
Last change on this file since 402 was 62, checked in by , on Sep 19, 2024 at 5:02:26 AM | |
---|---|
|
|
File size: 152 bytes |
Rev | Line | |
---|---|---|
[3] | 1 | /* $Id: cm_log.h 62 2024-09-18 20:02:26Z nishi $ */ |
2 | ||
3 | #ifndef __CM_LOG_H__ | |
4 | #define __CM_LOG_H__ | |
5 | ||
6 | void cm_log(const char* name, const char* log, ...); | |
[62] | 7 | void cm_force_log(const char* log); |
[3] | 8 | |
9 | #endif |
Note:
See TracBrowser
for help on using the repository browser.