Made code (mostly) follow C99

This commit is contained in:
AnnaSnoeijs 2025-08-15 19:20:04 +02:00
parent 4b76bd6265
commit b0240c4911
3 changed files with 8 additions and 3 deletions

View file

@ -2,6 +2,7 @@
#pragma once
#include <stdint.h>
#include <stdbool.h>
#include <limits.h>
#include "config.h"