commit e77c5bff1c4acdd2957016efe7a84856c83294c5 parent adef6611598f04979e5690a768b873e6f3eb2e4a Author: Matsuda Kenji <info@mtkn.jp> Date: Thu, 5 Jan 2023 12:36:33 +0900 delete parentheses from macro Diffstat:
M | ex9/main.c | | | 12 | ++++++------ |
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/ex9/main.c b/ex9/main.c @@ -8,12 +8,12 @@ #include "world_map.h" /* macros */ -#define FPS (60) -#define SUB_TICK (4) -#define NUM_BLOCK (200) -#define GRAVITY (1000) -#define WIN_WIDTH (800) -#define WIN_HEIGHT (600) +#define FPS 60 +#define SUB_TICK 4 +#define NUM_BLOCK 200 +#define GRAVITY 1000 +#define WIN_WIDTH 800 +#define WIN_HEIGHT 600 /* #define COUNT_FPS