mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-17 16:10:09 +01:00
10 lines
No EOL
142 B
C
10 lines
No EOL
142 B
C
//go:build darwin
|
|
|
|
#ifndef application_h
|
|
#define application_h
|
|
|
|
void Init(void);
|
|
void Run(void);
|
|
void SetActivationPolicy(int policy);
|
|
|
|
#endif |