WiiDuktape/source/shared/include/microsecond.h
Fries 08c96c9d07 work on getting quickjs ported to the wii.
i got it working but the port of my duktape code isn't done yet.
2024-06-26 16:33:02 -07:00

4 lines
81 B
C

#ifndef MICROSECOND_H
#define MICROSECOND_H
#define MICROSECOND 0.000001f
#endif