1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-07-02 22:14:37 +00:00

randVector() & generateEmptyTexture() cleanup

This commit is contained in:
fgenesis 2011-11-20 17:03:09 +01:00
parent 385d05f905
commit e7c8b0093b
2 changed files with 7 additions and 26 deletions

View file

@ -258,7 +258,7 @@ float sqr(float x)
}
int randAngle360();
Vector randVector(int magnitude);
Vector randVector(float magnitude);
std::string splitCamelCase(const std::string &input);
std::string removeSpaces(const std::string &input);
int randRange(int r1, int r2);