polserver/pol-core/pol/ufuncstd.h
2018-12-31 20:07:22 +01:00

17 lines
409 B
C++

/** @file
*
* @par History
*/
#ifndef __UFUNCSTD_H
#define __UFUNCSTD_H
namespace Pol
{
namespace Core
{
void send_sysmessage( Network::Client* client, const std::string& text, unsigned short font = 3,
unsigned short color = 0x3B2 );
void send_nametext( Network::Client* client, const Mobile::Character* chr, const std::string& str );
} // namespace Core
} // namespace Pol
#endif