diff options
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h index 63785eb..4f6bf6d 100644 --- a/src/utils.h +++ b/src/utils.h @@ -61,4 +61,7 @@ typedef enum FTError { FTSUCCESS = 0 } FTError; +Vector2 randomDirection2(int seed, int* nextSeed); +Vector3 randomDirection3(int seed, int* nextSeed); + #endif |