Simple actions dispatching on terminal emulator
This commit is contained in:
+10
-1
@@ -1,5 +1,14 @@
|
||||
#include <vector>
|
||||
#include <wchar.h>
|
||||
|
||||
#include "parseraction.hpp"
|
||||
#include "terminal.hpp"
|
||||
|
||||
namespace Parser {
|
||||
class Action;
|
||||
}
|
||||
|
||||
template class std::vector<Parser::Action *>;
|
||||
template class std::vector<Terminal::Cell>;
|
||||
template class std::vector<Terminal::Row>;
|
||||
template class std::vector<Terminal::Cell *>;
|
||||
template class std::vector<wchar_t>;
|
||||
|
||||
Reference in New Issue
Block a user