forked from metin2/server
Applied changes on the db executable. Removed old logging functions. Various global changes.
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
#ifndef __INC_METIN2_UTILS_H__
|
||||
#define __INC_METIN2_UTILS_H__
|
||||
|
||||
/*----- atoi function -----*/
|
||||
inline bool str_to_number (bool& out, const char *in)
|
||||
{
|
||||
@ -72,3 +75,5 @@ inline bool str_to_number (float& out, const char *in)
|
||||
}
|
||||
|
||||
/*----- atoi function -----*/
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user