Initial commit
This commit is contained in:
6
game_payload/include/err.h
Normal file
6
game_payload/include/err.h
Normal file
@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <wchar.h>
|
||||
|
||||
void err_mb_a(const char *format, ...);
|
||||
void err_mb_w(const wchar_t *format, ...);
|
||||
Reference in New Issue
Block a user