EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
EVEHandlers.cpp
Go to the documentation of this file.
1 
2 #include "EVECollectDisp.h"
3 #include "../common/PyRep.h"
4 
5 
6 
7 void EVECollectDispatcher::Rsp_GetCharactersToSelect(const PyPacket *packet, PyRepTuple **res) {
8  //RspGetCharactersToSelect rsp;
9  _log(COLLECT__ERROR, "Unhandled char list");
10 }
11 
12 
13 void EVECollectDispatcher::Bound_Rsp_List(const PyPacket *packet, PyRepTuple **res) {
14 
15  _log(COLLECT__ERROR, "Unhandled item list");
16 }
17 
18 
19 
20 
21 
22 
23 
24 
25 
26 
27 
28 
29 
30 
31 
32 
33 
#define _log(type, fmt,...)
Definition: logsys.h:124