mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-03 16:13:34 +08:00
988a8d3686
for safekeeping
9 lines
254 B
C++
9 lines
254 B
C++
#ifndef _INCLUDE_FORMATTING_H
|
|
#define _INCLUDE_FORMATTING_H
|
|
|
|
//Amx Templatized Cell Printf
|
|
template <typename D, typename S>
|
|
size_t atcprintf(D *buffer, size_t maxlen, const S *format, AMX *amx, cell *params, int *param);
|
|
|
|
#endif //_INCLUDE_FORMATTING_H
|