Fix unigi_time_sleep in null

This commit is contained in:
Fierelier 2024-04-21 14:58:57 +02:00
parent 539b7f1117
commit 250e78c3ca

View File

@ -1,2 +1,2 @@
unigi_type_time unigi_time_clock() { return 0; } unigi_type_time unigi_time_clock() { return 0; }
void unigi_time_sleep(unigi_type_time) { } void unigi_time_sleep(unigi_type_time time) { }