whoa/src/util/Random.hpp

9 lines
115 B
C++

#ifndef UTIL_RANDOM_HPP
#define UTIL_RANDOM_HPP
#include <tempest/Random.hpp>
extern CRndSeed g_rndSeed;
#endif