mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-07-02 22:14:37 +00:00
Merge branch 'gccwarn' into controllerfixup
This commit is contained in:
commit
f9357e7fca
99 changed files with 1238 additions and 792 deletions
|
@ -103,7 +103,7 @@ typedef int CharTranslationTable[256]; // -1 entries are skipped
|
|||
#define MIN(X,Y) ((X) < (Y) ? (X) : (Y))
|
||||
#define MAX(X,Y) ((X) > (Y) ? (X) : (Y))
|
||||
|
||||
std::string numToZeroString(int num, int zeroes);
|
||||
std::string numToZeroString(int num, size_t zeroes);
|
||||
bool chance(int perc);
|
||||
void initCharTranslationTables(const CharTranslationTable *ptab);
|
||||
void stringToUpper(std::string &s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue