sead
Loading...
Searching...
No Matches
seadGlobalRandom.h
Go to the documentation of this file.
1#ifndef SEAD_GLOBAL_RANDOM_H_
2#define SEAD_GLOBAL_RANDOM_H_
3
4#include <heap/seadDisposer.h>
5#include <random/seadRandom.h>
6
7namespace sead {
8
9class GlobalRandom : public Random
10{
12
13public:
15 : Random()
16 {
17 }
18};
19
20} // namespace sead
21
22#endif // SEAD_GLOBAL_RANDOM_H_
Definition seadGlobalRandom.h:10
GlobalRandom()
Definition seadGlobalRandom.h:14
Definition seadRandom.h:9
Random()
Definition seadRandom.h:11
Definition seadAssert.h:44
#define SEAD_SINGLETON_DISPOSER(CLASS)
Definition seadDisposer.h:29