mirror of
https://github.com/thepigeongenerator/tetris_clone
synced 2026-02-08 07:33:34 +01:00
some formatting fixes
This commit is contained in:
@@ -37,7 +37,7 @@ static inline void set_colour8(SDL_Renderer* const renderer, colour8 const c) {
|
|||||||
(void)SDL_SetRenderDrawColor(renderer, colour8_red32(c), colour8_green32(c), colour8_blue32(c), 0xFF);
|
(void)SDL_SetRenderDrawColor(renderer, colour8_red32(c), colour8_green32(c), colour8_blue32(c), 0xFF);
|
||||||
}
|
}
|
||||||
|
|
||||||
// american macros:
|
// American macros:
|
||||||
#define color8 colour8
|
#define color8 colour8
|
||||||
#define color8_red32 colour8_red32
|
#define color8_red32 colour8_red32
|
||||||
#define color8_green32 colour8_green32
|
#define color8_green32 colour8_green32
|
||||||
|
|||||||
Reference in New Issue
Block a user