i have a hat

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40280
This commit is contained in:
Borja Ferrer 2007-01-07 01:32:08 +00:00
parent 45baab94a6
commit b3ddba4832

View File

@ -152,4 +152,4 @@ native bool:RemoveDir(const String:path[]);
* @param ... Variable number of format parameters.
* @return True on success, false otherwise.
*/
native bool:WriteFileLine(Handle:hndl, const String:format[], ...);
native bool:WriteFileLine(Handle:hndl, const String:format[], {Handle,Float,String,_}:...);