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: e95f78514d7d808e33429fa4adac01526e32917c (
plain
)
1
2
#include
"includes/Global.hpp"
std
::
mt19937
Global
::
rng
=
std
::
mt19937
(
time
(
0
));