Initial release commit

This commit is contained in:
Riley-King
2025-02-27 00:01:01 +11:00
parent 2522eacb86
commit a610e67325
20 changed files with 2322 additions and 0 deletions

9
include/lua_datetime.h Normal file
View File

@@ -0,0 +1,9 @@
#pragma once
#include "includes.h"
int luaopen_datetime(lua_State* L);
int lua_datetime_unix_time(lua_State* L);
int lua_datetime_tostring(lua_State* L);
int lua_datetime_tounix(lua_State* L);