7 lines
74 B
C
7 lines
74 B
C
|
#pragma once
|
||
|
|
||
|
#define false 0
|
||
|
#define true 1
|
||
|
|
||
|
#define bool int
|