Moved source files to seperate folder
This commit is contained in:
16
sunshine/input.h
Normal file
16
sunshine/input.h
Normal 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
|
||||
Reference in New Issue
Block a user