mirror of
https://github.com/coderkei/akmenu-next.git
synced 2025-06-19 01:15:32 -04:00
10 lines
142 B
C
10 lines
142 B
C
/*
|
|
Copyright (C) 2007 Acekard, www.acekard.com
|
|
|
|
SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
void waitMs(unsigned int requestTime);
|