0
0
Fork 0
wireless-proxy-esp32/components/kcp/ikcp_util.h

9 lines
131 B
C

#ifndef __IKCP_UTIL_H__
#define __IKCP_UTIL_H__
#include "components/kcp/ikcp.h"
IINT64 iclock64(void);
IUINT32 iclock();
#endif