DSPlatformMaker/source/Utils.hpp
2020-12-19 09:39:41 +02:00

11 lines
375 B
C++

/*---------------------------------------------------------------------------------
GAME PROJECT
[ July 29, 2020 ]
Programmed by iProgramInCpp
Utils module
---------------------------------------------------------------------------------*/
#include <stdio.h>
#include <string.h>
#include <cstdarg>
void LogMsg(const char* m, ...);