Simplify network.cpp to transmit only strings.
This commit is contained in:
+1
-4
@@ -6,9 +6,6 @@
|
||||
|
||||
#include "terminal.hpp"
|
||||
|
||||
#include "network.cpp"
|
||||
#include "keystroke.hpp"
|
||||
|
||||
namespace Parser {
|
||||
class Action;
|
||||
}
|
||||
@@ -24,4 +21,4 @@ template class vector<wchar_t>;
|
||||
template class vector<int>;
|
||||
template class map<string, Function>;
|
||||
template class vector<bool>;
|
||||
template class Network::Connection<KeyStroke, KeyStroke>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user