Ensure it compiles on Linux again

This commit is contained in:
loki
2020-04-15 21:07:00 +02:00
parent 525e8b3c6d
commit 0b1a69a067
3 changed files with 37 additions and 24 deletions
-2
View File
@@ -139,8 +139,6 @@ int alloc_gamepad(input_t &input, int nr);
void free_gamepad(input_t &input, int nr);
[[nodiscard]] std::unique_ptr<deinit_t> init();
int thread_priority();
}
#endif //SUNSHINE_COMMON_H