index
:
sfml-rpg
master
Simple C++ SFML school project
Aleksa Vuckovic
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Global.cpp
blob: ee9f2edf5a91c789e3b5043a5b0688aeadc02858 (
plain
)
1
2
3
#include
"includes/Global.hpp"
std
::
mt19937
Global
::
rng
=
std
::
mt19937
(
time
(
0
));