12 lines
167 B
C
12 lines
167 B
C
#pragma once
|
|
|
|
|
|
/**
|
|
* Logging thread, complately alpha code- may completely change form in the near future.
|
|
*/
|
|
|
|
inline int
|
|
StartLogger(int nLevel)
|
|
{
|
|
return CMD_OK;
|
|
} |