fix(include): fix up type abbreviations

This commit is contained in:
phaneron 2024-07-07 19:43:21 -04:00
parent b8e5ccb9ae
commit 58f7996e35
5 changed files with 34 additions and 1 deletions

View file

@ -3,6 +3,8 @@
#include "tempest/vector.h"
typedef struct CAaSphere CAaSphere;
struct CAaSphere {
C3Vector n;
float d;