mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
drawing range updater update and myrand() (but not usage of it)
This commit is contained in:
@@ -1323,5 +1323,10 @@ private:
|
||||
MutexedQueue< GetRequest<Key, T, Caller, CallerData> > m_queue;
|
||||
};
|
||||
|
||||
// Pseudo-random (VC++ rand() sucks)
|
||||
int myrand(void);
|
||||
void mysrand(unsigned seed);
|
||||
#define MYRAND_MAX 32767
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user