9 lines
167 B
C
9 lines
167 B
C
|
#ifndef NODES_EVDEV_H_
|
||
|
#define NODES_EVDEV_H_
|
||
|
|
||
|
#include "../graph.h"
|
||
|
|
||
|
extern GraphNodeSpecification nodespec_evdev;
|
||
|
|
||
|
#endif /* end of include guard: NODES_EVDEV_H_ */
|