code release

This commit is contained in:
iperov 2021-07-23 17:34:49 +04:00
commit a902f11f74
354 changed files with 826570 additions and 1 deletions

View file

@ -0,0 +1,6 @@
#from ctypes import c_void_p, c_wchar_p, POINTER
from ..wintypes import BOOL, DWORD, MMRESULT, dll_import
@dll_import('Winmm')
def timeBeginPeriod(uPeriod : DWORD) -> MMRESULT: ...