Moved source files to seperate folder

This commit is contained in:
loki
2019-12-08 18:55:58 +01:00
parent d1d9f5550c
commit 13d9f51c67
24 changed files with 49 additions and 37 deletions

16
sunshine/input.h Normal file
View File

@@ -0,0 +1,16 @@
//
// Created by loki on 6/20/19.
//
#ifndef SUNSHINE_INPUT_H
#define SUNSHINE_INPUT_H
#include "platform/common.h"
namespace input {
void print(void *input);
void passthrough(platf::input_t &, void *input);
}
#endif //SUNSHINE_INPUT_H