ghostty/src/gb_math.c
Mitchell Hashimoto 1a40544220 gb_math
2022-04-04 11:11:24 -07:00

7 lines
261 B
C

// 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"