forked from ground/ground
first version of datetime lib
This commit is contained in:
5
libs/datetime/time_functions.h
Normal file
5
libs/datetime/time_functions.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
#include <groundext.h>
|
||||
#include <time.h>
|
||||
|
||||
GroundValue datetime_NowEpoch(GroundScope* scope, List args);
|
||||
Reference in New Issue
Block a user