summaryrefslogtreecommitdiffhomepage
path: root/src/rinput.h
blob: 4048a2cf896e217a1d432a7019abf6fd25e21e71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef INC_RINPUT_H
#define INC_RINPUT_H
#ifdef _WIN32

#include <stdbool.h>

bool rinput_init(void);
void rinput_end(void);

#endif
#endif

// vi: sw=4 ts=4 noet tw=80 cc=80