mirror of
https://github.com/thepigeongenerator/tetris_clone.git
synced 2025-12-17 05:55:46 +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);
|
||||
}
|
||||
|
||||
// american macros:
|
||||
// American macros:
|
||||
#define color8 colour8
|
||||
#define color8_red32 colour8_red32
|
||||
#define color8_green32 colour8_green32
|
||||
|
||||
Reference in New Issue
Block a user