mirror of
https://github.com/djdevin/recnet-plugin.git
synced 2026-09-08 14:41:30 -07:00
8 lines
114 B
C
8 lines
114 B
C
#pragma once
|
|
|
|
#include "common.h"
|
|
|
|
void InitConsole(void);
|
|
void InitLogger(void);
|
|
|
|
void Log(const char *fmt, ...); |