Subversion Repositories Projects

Rev

Rev 140 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 140 Rev 483
Line 7... Line 7...
7
 * 2008 Marcus -LiGi- Bueschleb
7
 * 2008 Marcus -LiGi- Bueschleb
8
 *
8
 *
9
 *
9
 *
10
**************************************************/
10
**************************************************/
Line -... Line 11...
-
 
11
 
-
 
12
#if !defined(RIDDIM_H)
-
 
13
#define RIDDIM_H
-
 
14
 
-
 
15
 
-
 
16
 
-
 
17
#define RIDDIM_VERSION_MAJOR 0
-
 
18
#define RIDDIM_VERSION_MINOR 7
11
 
19
 
12
// for config file parsing
20
// for config file parsing
13
#include <confuse.h>
21
#include <confuse.h>
Line 38... Line 46...
38
 
46
 
Line -... Line 47...
-
 
47
#include <sys/time.h>
-
 
48
 
-
 
49
 
-
 
50
 
-
 
51
#include <sys/types.h>
Line 39... Line 52...
39
#include <sys/time.h>
52
#include <sys/dir.h>
40
 
53
#include <sys/param.h>
Line 58... Line 71...
58
 
71
 
59
 
72
 
Line 60... Line -...
60
#define FALSE 0
-
 
61
#define TRUE 1
-
 
62
 
-
 
63
 
-
 
64
 
-
 
65
 
73
#define FALSE 0
66
 
74
#define TRUE 1
Line 67... Line 75...
67
 
75
 
Line 106... Line 114...
106
 
114
 
107
 
115
 
108
#define INPUT_NONE 0
116
#define INPUT_NONE 0
-
 
117
#define INPUT_JOYDEV 1
-
 
118
#define INPUT_EVDEV 2
-
 
119