source:
branches/2.20_branch/hlpmgr/log.h@
456
Last change on this file since 456 was 26, checked in by , 19 years ago | |
---|---|
|
|
File size: 131 bytes |
Line | |
---|---|
1 | #ifndef LOG_H |
2 | #define LOG_H |
3 | |
4 | void LogEvent( char* format, ... ); |
5 | |
6 | void LogData( char* data, int length ); |
7 | |
8 | void stoplog(); |
9 | |
10 | #endif |
Note:
See TracBrowser
for help on using the repository browser.