includes: move headers to inc/ and update source files

This commit is contained in:
A.M. Rowsell 2026-06-30 00:36:41 -04:00
commit 5c92ee4bb8
12 changed files with 9 additions and 8 deletions

2
bmp.c
View file

@ -1,6 +1,6 @@
// Copyright 2026 A.M. Rowsell <amr@frzn.dev>
// SPDX-License-Identifier: MIT
#include "./bmp.h"
#include "inc/bmp.h"
float bmp_cal_data_fp[15];