8 lines
179 B
C
8 lines
179 B
C
#ifndef DIYAC_GESTURES_H
|
|
#define DIYAC_GESTURES_H
|
|
|
|
#include "diyac.h"
|
|
|
|
void diyac_gestures_init(struct diyac_seat *seat);
|
|
void diyac_gestures_drop(struct diyac_seat *seat);
|
|
#endif |