// // Created by loki on 6/20/19. // #ifndef SUNSHINE_INPUT_H #define SUNSHINE_INPUT_H #include namespace input { void print(void *input); void passthrough(platf::display_t::element_type *display, void *input); } #endif //SUNSHINE_INPUT_H