-
Notifications
You must be signed in to change notification settings - Fork 0
/
lib.inc
39 lines (36 loc) · 1.71 KB
/
lib.inc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
;**********************************************************************************************************************************************************
;ìóëüòèÿçû÷íîñòü
;-----lang.lib
read_lng proto :DWORD, :DWORD
get_str proto :DWORD, :DWORD, :DWORD, :DWORD
list_lng proto :DWORD, :DWORD
CreateLngMenu proto :DWORD, :DWORD
free_lng proto
;**********************************************************************************************************************************************************
;ñõðàíåíèå íàñòðîåê
;-----setti.lib
set_data proto :DWORD, :DWORD, :DWORD
ini_ini proto :DWORD, :DWORD
get_data proto :DWORD, :DWORD
write_ini proto
;**********************************************************************************************************************************************************
;äîïîëíèòåëüíûå ôóíêöèè
;-----ex_api.lib
crtwindow proto :DWORD, :DWORD, :DWORD, :DWORD, :DWORD, :DWORD, :DWORD, :DWORD, :DWORD, :DWORD, :DWORD, :DWORD, :DWORD, :DWORD, :DWORD
about_box proto :DWORD, :DWORD, :DWORD, :DWORD, :DWORD, :DWORD
reghotkey proto :DWORD, :DWORD, :DWORD, :DWORD
RetFontHEx proto :DWORD, :DWORD, :DWORD, :DWORD
corr proto :DWORD, :DWORD, :DWORD
fltr proto :DWORD, :DWORD, :DWORD
tab_focus proto :DWORD, :DWORD
window_center proto :DWORD
h MACRO ident
mov ebx, ident
mov ecx, dword ptr[ebx+4]
EXITM <ecx>
ENDM
;-----img_conv.lib
img_conv proto :DWORD, :DWORD
;-----select_frame.lib
select_frame proto :DWORD, :DWORD
;**********************************************************************************************************************************************************