Refactor almost finished.

This commit is contained in:
2021-09-19 22:49:52 -07:00
parent 24813d1783
commit 8dfd184b8e
25 changed files with 56 additions and 31 deletions

View File

@ -7,6 +7,7 @@
#pragma once
#include "../libs.h"
#include "rand.h"
/**
* Definition of a callback that is used to sort an array.

View File

@ -8,6 +8,7 @@
#pragma once
#include "../libs.h"
#include "array.h"
#include "math.h"
/** Custom Array Definition */
typedef struct {