2015-09-30 02:56:11 +02:00
|
|
|
#ifndef _LIBRARY_FORMAT_HPP_
|
|
|
|
#define _LIBRARY_FORMAT_HPP_
|
|
|
|
|
|
|
|
// ------------------------------------------------------------------------------------------------
|
|
|
|
#include "Common.hpp"
|
|
|
|
|
|
|
|
// ------------------------------------------------------------------------------------------------
|
|
|
|
namespace SqMod {
|
|
|
|
|
|
|
|
// ------------------------------------------------------------------------------------------------
|
2015-11-01 04:48:01 +01:00
|
|
|
String GetFormatStr(HSQUIRRELVM vm, SQInteger arg, SQInteger args);
|
|
|
|
String GetFormatStr(HSQUIRRELVM vm, const String & fstr, SQInteger arg, SQInteger args);
|
2015-09-30 02:56:11 +02:00
|
|
|
|
|
|
|
} // Namespace:: SqMod
|
|
|
|
|
|
|
|
#endif // _LIBRARY_FORMAT_HPP_
|