mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-15 22:57:12 +02:00
Merge the Random and Math libraries into the Numeric library and organize code a bit.
This commit is contained in:
@ -2,9 +2,9 @@
|
||||
#include "Base/Shared.hpp"
|
||||
#include "Base/Buffer.hpp"
|
||||
#include "Base/Color3.hpp"
|
||||
#include "Library/Random.hpp"
|
||||
#include "Library/Numeric/Random.hpp"
|
||||
#include "Library/Numeric/LongInt.hpp"
|
||||
#include "Library/String.hpp"
|
||||
#include "Library/Numeric.hpp"
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
#include <cstring>
|
||||
|
Reference in New Issue
Block a user