DarkflameServer/thirdparty/raknet/Source/FormatString.h

13 lines
145 B
C
Raw Normal View History

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