mirror of
https://github.com/zeldaret/ss
synced 2026-09-02 17:53:15 -04:00
Fix some compiler warnings (#44)
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
#include <common.h>
|
||||
|
||||
namespace cM {
|
||||
static s16 atan2s(f32, f32);
|
||||
s16 atan2s(f32, f32);
|
||||
void initRnd(s32);
|
||||
f32 rnd();
|
||||
int rndInt(int max);
|
||||
|
||||
Reference in New Issue
Block a user