mirror of
https://github.com/a0rtega/pafish
synced 2024-11-22 06:11:18 +03:00
10 lines
100 B
C
10 lines
100 B
C
|
|
#ifndef WINE_H
|
|
#define WINE_H
|
|
|
|
int wine_detect_get_unix_file_name();
|
|
|
|
int wine_reg_key1();
|
|
|
|
#endif
|