DarkflameServer/thirdparty/raknet/Source/FormatString.h
2021-12-05 18:54:36 +01:00

13 lines
145 B
C

#ifndef __FORMAT_STRING_H
#define __FORMAT_STRING_H
#include "Export.h"
extern "C" {
char * FormatString(const char *format, ...);
}
#endif