diff options
| author | Freya Murphy <freya@freyacat.org> | 2025-12-11 10:49:50 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2025-12-11 10:51:40 -0500 |
| commit | fa8fa6784559ed0fc8d780e36880273f77e272c4 (patch) | |
| tree | 7456a4e9148d47e409ba837bafdc6238b6c757db /lib/noise.c | |
| parent | add ubos (diff) | |
| download | voxel-fa8fa6784559ed0fc8d780e36880273f77e272c4.tar.gz voxel-fa8fa6784559ed0fc8d780e36880273f77e272c4.tar.bz2 voxel-fa8fa6784559ed0fc8d780e36880273f77e272c4.zip | |
i did a lot
Diffstat (limited to 'lib/noise.c')
| -rw-r--r-- | lib/noise.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/noise.c b/lib/noise.c new file mode 100644 index 0000000..501e826 --- /dev/null +++ b/lib/noise.c @@ -0,0 +1,2 @@ +#define FNL_IMPL +#include "noise.h" |