diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2026-05-27 07:21:56 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2026-05-27 07:21:56 -0500 |
| commit | d8b47106df4141a4948ce954d511bd1b4814278b (patch) | |
| tree | a159685481eb7f3b5220c94e0f4dd70908a47a60 /lib/vectorlib.c | |
| parent | c5648c6959e9ab63406ab3907ae189da6fbead0e (diff) | |
Diffstat (limited to 'lib/vectorlib.c')
| -rw-r--r-- | lib/vectorlib.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/vectorlib.c b/lib/vectorlib.c index 2e3f2fd..c059742 100644 --- a/lib/vectorlib.c +++ b/lib/vectorlib.c @@ -1,5 +1,5 @@ -#ifndef global_objects -#define global_objects +#ifndef vector_lib +#define vector_lib #include <math.h> #include <stdlib.h> @@ -69,4 +69,4 @@ float constrain(float val, float min, float max){ return val; } -#endif +#endif
\ No newline at end of file |
