mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-18 02:15:45 +01:00
move /src/util/intdef.h to /src/util/types.h
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "util/intdef.h"
|
||||
#include "types.h"
|
||||
|
||||
static void error_log(FILE *restrict stream, const char *restrict pfx, uint ln, const char *restrict file, const char *restrict fmt, va_list ap) {
|
||||
fprintf(stream, "(%s:%u) [%s] '", file, ln, pfx);
|
||||
|
||||
Reference in New Issue
Block a user