VITA-Homebrew-Sorter/include/log.h
2023-07-10 17:14:21 -04:00

8 lines
112 B
C++

#pragma once
namespace Log {
int Init(void);
int Exit(void);
int Error(const char *format, ...);
}