mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
6 lines
115 B
C
6 lines
115 B
C
#ifndef EQWX_UTILITY__H
|
|
#define EQWX_UTILITY__H
|
|
|
|
int MakeAnyLenString(char** ret, const char* format, ...);
|
|
|
|
#endif |