Merge the time utilities under the chrono library.

This commit is contained in:
Sandu Liviu Catalin
2016-03-25 14:28:07 +02:00
parent f3af787bad
commit e167a59f83
17 changed files with 1602 additions and 513 deletions
+18
View File
@@ -0,0 +1,18 @@
// ------------------------------------------------------------------------------------------------
#include "Library/Chrono/Datetime.hpp"
#include "Library/Chrono/Date.hpp"
#include "Library/Chrono/Time.hpp"
#include "Base/Shared.hpp"
// ------------------------------------------------------------------------------------------------
namespace SqMod {
// ------------------------------------------------------------------------------------------------
// ================================================================================================
void Register_ChronoDatetime(HSQUIRRELVM vm, Table & cns)
{
}
} // Namespace:: SqMod