// This file defines the implementation of gb_math and is compiled using clang. // gb_math.zig then imports gb_math.h without the implementation define set // so that it can just get the function prototypes. #define GB_MATH_IMPLEMENTATION #include "gb_math.h"