Files
HandmadeMath/test/HandmadeMath.c
Ben Visness d3d09f8352 Make all functions static inline (#117)
* Make all functions static inline

* Updated email in credits

Co-authored-by: Zakary Strange <ZakaryStrange@gmail.com>
2020-04-11 18:41:26 -05:00

6 lines
88 B
C

#ifndef WITHOUT_COVERAGE
#include "HandmadeTest.h"
#endif
#include "../HandmadeMath.h"