Change file naming

This is a follow-up to previous commit.
This commit is contained in:
2025-02-02 21:40:31 +03:00
parent c89cf8f316
commit 586a9ace21
23 changed files with 41 additions and 40 deletions

View File

@@ -10,11 +10,11 @@ set(CMAKE_C_EXTENSIONS OFF)
# Library code
set(BHUNIT_SOURCE
src/unit.c
src/Unit.c
)
set(BHUNIT_HEADER
include/bh/unit.h
include/BH/Unit.h
)
# Library

View File

@@ -1,4 +1,4 @@
#include <bh/unit.h>
#include <BH/Unit.h>
#include <stdlib.h>
typedef struct BH_Unit