added dummy functions

This commit is contained in:
Nickiel12 2021-12-29 23:59:10 -08:00
parent 462a9833df
commit db1e04487c

View file

@ -14,3 +14,11 @@ pub fn create_keyboard_hooks(channel_tx: crossbeam_channel::Sender<String>) {
inputbot::handle_input_events();
}
pub fn next_slide() {
todo!()
}
pub fn prev_slide() {
todo!()
}