Windows update

This commit is contained in:
2025-02-18 14:49:35 +01:00
parent 8f46a76fd4
commit 27ad8a452c
3 changed files with 5 additions and 0 deletions

View File

@@ -3,8 +3,10 @@
//
#include "sevenseg.h"
#include "stdlib.h"
#include <SDL2/SDL_render.h>
#include <stdio.h>
void render_segment(SDL_Renderer *renderer, SevenSegment *display) {
int seg_width = display->rect->w / 4;