common.h 74 Bytes
Newer Older
1
2
#pragma once

3
4
#include <math.h>
#include <stdbool.h>
5
6

// Not Implemented
7
F