Added mouse panel, dummy device representation
This commit is contained in:
9
src/device/device.h
Normal file
9
src/device/device.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef DEVICE_H
|
||||
#define DEVICE_H
|
||||
|
||||
typedef struct DEVICE device_t;
|
||||
|
||||
char* device_get_image(device_t* device);
|
||||
char* device_get_name(device_t* device);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user