7 lines
74 B
C
Raw Normal View History

2014-03-18 22:17:40 +01:00
#pragma once
#define false 0
#define true 1
#define bool int