OpenBarnyard
Loading...
Searching...
No Matches
ARandom.h
Go to the documentation of this file.
1
#pragma once
2
#include <
Toshi/TObject.h
>
3
#include <
Toshi/TSingleton.h
>
4
#include <
Math/TRandom.h
>
5
6
class
ARandom
:
public
Toshi::TObject
7
,
public
Toshi::TSingleton<ARandom>
8
{
9
public
:
10
TDECLARE_CLASS
(
ARandom
, Toshi::TObject );
11
12
public
:
13
ARandom
()
14
{
15
}
16
17
// TODO: Add interface for TRandom
18
19
Toshi::TRandom
m_oRandom
;
20
};
TRandom.h
TObject.h
TDECLARE_CLASS
#define TDECLARE_CLASS(THIS_CLASS, PARENT_CLASS)
Definition
TObject.h:38
TSingleton.h
ARandom::ARandom
ARandom()
Definition
ARandom.h:13
ARandom::m_oRandom
Toshi::TRandom m_oRandom
Definition
ARandom.h:19
D:
_dev
OpenBarnyard
Source
OpenBarnyard
Source
ARandom.h
Generated by
1.13.2