ManaPlus
|
Go to the source code of this file.
Namespaces | |
anonymous_namespace{mrand.cpp} | |
Functions | |
void | initRand () |
int | mrand () |
Variables | |
const int | anonymous_namespace{mrand.cpp}::randNumbers = 1024 |
int | anonymous_namespace{mrand.cpp}::mPos = 0 |
int | anonymous_namespace{mrand.cpp}::mRand [randNumbers] |
void initRand | ( | ) |
Definition at line 35 of file mrand.cpp.
References anonymous_namespace{mrand.cpp}::mRand, and anonymous_namespace{mrand.cpp}::randNumbers.
Referenced by Client::gameInit().
int mrand | ( | ) |
Definition at line 41 of file mrand.cpp.
References anonymous_namespace{mrand.cpp}::mPos, anonymous_namespace{mrand.cpp}::mRand, and anonymous_namespace{mrand.cpp}::randNumbers.
Referenced by AnimatedSprite::updateCurrentAnimation(), and Particle::updateSelf().