1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-16 23:27:15 +02:00

Merge the Random and Math libraries into the Numeric library and organize code a bit.

This commit is contained in:
Sandu Liviu Catalin
2016-06-05 00:00:59 +03:00
parent cce6beb4d5
commit d42040c9c0
16 changed files with 780 additions and 694 deletions

View File

@ -0,0 +1,14 @@
#ifndef _LIBRARY_NUMERIC_MATH_HPP_
#define _LIBRARY_NUMERIC_MATH_HPP_
// ------------------------------------------------------------------------------------------------
#include "SqBase.hpp"
// ------------------------------------------------------------------------------------------------
namespace SqMod {
} // Namespace:: SqMod
#endif // _LIBRARY_NUMERIC_MATH_HPP_