Pol
Revision:cb584c9
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
textcmd.h
Go to the documentation of this file.
1
6
#ifndef __TEXTCMD_H
7
#define __TEXTCMD_H
8
9
#include <cstddef>
10
#include <string>
11
12
#include "../clib/rawtypes.h"
13
14
namespace
Pol
15
{
16
namespace
Network
17
{
18
class
Client;
19
}
20
21
namespace
Core
22
{
23
class
wordicmp
:
public
std::less<std::string>
24
{
25
public
:
26
bool
operator()(
const
std::string& lhs,
const
std::string& rhs )
const
;
27
};
28
29
bool
process_command
(
Network::Client
* client,
const
char
* text,
const
u16
* wtext =
nullptr
,
30
const
char
* lang =
nullptr
);
31
}
32
}
33
#endif
Pol::Core::process_command
bool process_command(Network::Client *client, const char *text, const u16 *wtext, const char *lang)
Definition:
textcmd.cpp:675
Pol::Network::Client
Definition:
client.h:133
u16
unsigned short u16
Definition:
rawtypes.h:26
Pol::Core::wordicmp
Definition:
textcmd.h:23
Pol
Definition:
berror.cpp:12
pol
textcmd.h
Generated on Wed Oct 10 2018 02:42:29 for Pol by
1.8.11