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

@@ -2,7 +2,7 @@
#define BH_ALGO_H
#include "common.h"
#include "Common.h"
/**

View File

@@ -2,7 +2,7 @@
#define BH_HASHMAP_H
#include "common.h"
#include "Common.h"
typedef struct BH_Hashmap BH_Hashmap;

View File

@@ -2,7 +2,7 @@
#define BH_IO_H
#include "common.h"
#include "Common.h"
#define BH_IO_INFO_CB 0x0000

View File

@@ -2,7 +2,7 @@
#define BH_MATH_H
#include "common.h"
#include "Common.h"
/**

View File

@@ -2,7 +2,7 @@
#define BH_QUEUE_H
#include "common.h"
#include "Common.h"
typedef struct BH_Queue BH_Queue;