mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
5 lines
59 B
C++
5 lines
59 B
C++
#pragma once
|
|
|
|
namespace RBX {
|
|
unsigned int randomSeed();
|
|
} |