mirror of
https://github.com/rene-dev/stmbl.git
synced 2026-02-06 02:02:34 +08:00
5 lines
58 B
C
5 lines
58 B
C
#pragma once
|
|
#include <stdint.h>
|
|
|
|
void Wait(uint32_t ms);
|