You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
283 B
C++
12 lines
283 B
C++
3 years ago
|
#ifndef EE781A91_6D07_47AC_B3C4_F99E29F3731F
|
||
|
#define EE781A91_6D07_47AC_B3C4_F99E29F3731F
|
||
|
|
||
|
#include <string>
|
||
|
#include <vector>
|
||
|
|
||
|
void textPacketHandler(std::vector<std::string> textPacket){
|
||
|
/// Here we have to parse the packet
|
||
|
}
|
||
|
|
||
|
#endif /* EE781A91_6D07_47AC_B3C4_F99E29F3731F */
|