General refactor.

This commit is contained in:
2019-10-19 18:30:45 +01:00
parent 4e9a16f404
commit 78d23fce19
20 changed files with 905 additions and 912 deletions

View File

@@ -21,13 +21,12 @@
#include "linux/linux.h"
#endif
#include <stddef.h>
#include <stdlib.h>
DeviceInfoList* ListDevices()
{
#if defined(__linux__) && !defined(__ANDROID__)
return linux_list_devices();
return LinuxListDevices();
#else
return NULL;
#endif