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:
parent
385d05f905
commit
e7c8b0093b
2 changed files with 7 additions and 26 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue