lovr/src/headset/headset.c

8 lines
179 B
C
Raw Normal View History

2016-11-19 09:28:01 +00:00
#include "headset/headset.h"
2016-12-01 07:03:58 +00:00
#include "event/event.h"
2016-08-11 04:17:14 +00:00
2016-12-01 07:03:58 +00:00
void lovrControllerDestroy(const Ref* ref) {
Controller* controller = containerof(ref, Controller);
free(controller);
}