mirror of
https://github.com/iProgramMC/DSPlatformMaker.git
synced 2025-06-18 16:55:38 -04:00
11 lines
375 B
C++
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, ...); |