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