diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2024-06-09 17:13:43 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2024-06-09 17:13:43 +0200 |
| commit | fc2ba81be0f7b53bedb6b8a57cee430d3ddff094 (patch) | |
| tree | 1216c8a9a70d4f1cba655fdd86c77b87519f258b /tests/core/normal.odin | |
| parent | 6b88d0a8206e78f2bf84bba39dc2261f906d0a58 (diff) | |
| parent | edcbca51c30c95356c46e9ab89caa168722f8a79 (diff) | |
Merge branch 'master' into png_cleanup
Diffstat (limited to 'tests/core/normal.odin')
| -rw-r--r-- | tests/core/normal.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/core/normal.odin b/tests/core/normal.odin index 29f4e9b80..7620d7d6e 100644 --- a/tests/core/normal.odin +++ b/tests/core/normal.odin @@ -24,6 +24,7 @@ download_assets :: proc() { @(require) import "math/big" @(require) import "math/linalg/glsl" @(require) import "math/noise" +@(require) import "mem" @(require) import "net" @(require) import "odin" @(require) import "path/filepath" |