mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 08:12:44 +03:00
9 lines
115 B
C++
9 lines
115 B
C++
#ifndef UTIL_RANDOM_HPP
|
|
#define UTIL_RANDOM_HPP
|
|
|
|
#include <tempest/Random.hpp>
|
|
|
|
extern CRndSeed g_rndSeed;
|
|
|
|
#endif
|