mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-17 01:06:08 +03:00
7 lines
261 B
C
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"
|