Initial release commit
This commit is contained in:
9
include/lua_datetime.h
Normal file
9
include/lua_datetime.h
Normal 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);
|
||||
Reference in New Issue
Block a user