/Riddim/riddim.h |
---|
9,6 → 9,14 |
* |
**************************************************/ |
#if !defined(RIDDIM_H) |
#define RIDDIM_H |
#define RIDDIM_VERSION_MAJOR 0 |
#define RIDDIM_VERSION_MINOR 7 |
// for config file parsing |
#include <confuse.h> |
#include <string.h> |
40,9 → 48,14 |
#include <sys/types.h> |
#include <sys/dir.h> |
#include <sys/param.h> |
#include <stdio.h> |
#include <errno.h> |
#include <sys/types.h> |
#include <netinet/in.h> |
60,11 → 73,6 |
#define FALSE 0 |
#define TRUE 1 |
#define STATEID_SCANNING 0 |
#define STATEID_CONNECTING 1 |
108,3 → 116,6 |
#define INPUT_NONE 0 |
#define INPUT_JOYDEV 1 |
#define INPUT_EVDEV 2 |
#endif |