common.h 74 Bytes
Newer Older
root's avatar
init  
root committed
1
2
3
4
5
6
7
#pragma once

#include <math.h>
#include <stdbool.h>

// Not Implemented
F