mirror of
https://github.com/thunderbrewhq/typhoon.git
synced 2026-05-09 16:23:52 +00:00
7 lines
101 B
C++
7 lines
101 B
C++
|
|
#ifndef TEMPEST_RANDOM_HPP
|
||
|
|
#define TEMPEST_RANDOM_HPP
|
||
|
|
|
||
|
|
#include "tempest/random/CRandom.hpp"
|
||
|
|
|
||
|
|
#endif
|