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,6 +3,8 @@
//
#include "switches.h"
#include <stdlib.h>
#include <stdio.h>
void generate_switch_rects(Switches *switches) {
int switch_width = switches->rect->w / 4;