pafish/cufish/types.h
2015-06-04 19:53:31 +01:00

9 lines
74 B
C

#ifndef TYPES_H
#define TYPES_H
#define TRUE 1
#define FALSE 0
#endif