Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 504 → Rev 505

/Riddim/riddim.h
15,7 → 15,7
 
 
#define RIDDIM_VERSION_MAJOR 0
#define RIDDIM_VERSION_MINOR 7
#define RIDDIM_VERSION_MINOR 8
 
// for config file parsing
#include <confuse.h>
68,8 → 68,11
int act_gas=0;
int act_mode=0;
 
int act_alt=0;
 
 
long act_long_alt=0;
 
#define FALSE 0
#define TRUE 1