summaryrefslogtreecommitdiff
path: root/pkgui.h
blob: 2af5f2b171f7a555fdbf90d3841cdc6808e5d60a (plain)
1
2
3
4
5
6
7
8
9
// 12 august 2018
#include <stdio.h>
#include "ui.h"

// main.go
extern uiInitOptions *pkguiAllocInitOptions(void);
extern void pkguiFreeInitOptions(uiInitOptions *o);
extern void pkguiQueueMain(uintptr_t n);
extern void pkguiOnShouldQuit(void);