9 lines
195 B
C
9 lines
195 B
C
#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); |