historical/toontown-classic.git/panda/include/parser-inc/time.h

9 lines
94 B
C
Raw Normal View History

2024-01-16 17:20:27 +00:00
#pragma once
#include <stdtypedefs.h>
struct timespec {
time_t tv_sec;
long tv_nsec;
};