1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-08-21 14:00:52 +00:00

Make some ints floats.

This commit is contained in:
fgenesis 2013-07-20 20:17:57 +02:00
parent 9f4c55c177
commit c2506d5bb2
12 changed files with 18 additions and 18 deletions

View file

@ -76,7 +76,7 @@ public:
~Path();
void destroy();
void init();
void clampPosition(Vector *pos, int rad=0);
void clampPosition(Vector *pos, float rad=0);
void song(SongType song);
void songNote(int note);
void songNoteDone(int note, float len);