mirror of
https://github.com/a0rtega/pafish
synced 2025-02-26 11:14:34 +03:00
9 lines
74 B
C
9 lines
74 B
C
|
|
#ifndef TYPES_H
|
|
#define TYPES_H
|
|
|
|
#define TRUE 1
|
|
#define FALSE 0
|
|
|
|
#endif
|