mirror of
https://github.com/ZmnSCPxj/clboss.git
synced 2026-08-13 12:33:20 +02:00
10 lines
101 B
C++
10 lines
101 B
C++
#include"Ev/now.hpp"
|
|
#include<ev.h>
|
|
|
|
namespace Ev {
|
|
|
|
double now() {
|
|
return ev_now(EV_DEFAULT);
|
|
}
|
|
|
|
}
|