mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-10 02:08:20 +00:00
0545adfac3
Have fun!
13 lines
145 B
C
13 lines
145 B
C
#ifndef __FORMAT_STRING_H
|
|
#define __FORMAT_STRING_H
|
|
|
|
#include "Export.h"
|
|
|
|
extern "C" {
|
|
char * FormatString(const char *format, ...);
|
|
}
|
|
|
|
|
|
#endif
|
|
|