зеркало из https://github.com/mozilla/pjs.git
9 строки
109 B
C
9 строки
109 B
C
|
#include "prlog.h"
|
||
|
|
||
|
struct PRLodMoguleInfo;
|
||
|
|
||
|
class PlugletLog {
|
||
|
public:
|
||
|
static PRLogModuleInfo* log;
|
||
|
};
|