diff options
author | chai <chaifix@163.com> | 2018-11-08 08:32:05 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-11-08 08:32:05 +0800 |
commit | 186c68f964868eff0ba543777f47ff036735ef77 (patch) | |
tree | 5018aca298c2c7e3d7788e692cbb8f7c778fb2fe /src/libjin/Math/je_random.cpp | |
parent | 78138dc8e08cebff3b8630cab5b54951061844b8 (diff) |
*更新粒子系统
Diffstat (limited to 'src/libjin/Math/je_random.cpp')
-rw-r--r-- | src/libjin/Math/je_random.cpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/libjin/Math/je_random.cpp b/src/libjin/Math/je_random.cpp new file mode 100644 index 0000000..a8f3310 --- /dev/null +++ b/src/libjin/Math/je_random.cpp @@ -0,0 +1,15 @@ +#include "je_random.h" + +namespace JinEngine +{ + namespace Math + { + + + + RandomGenerator::RandomGenerator() + { + } + + } +}
\ No newline at end of file |