blob: 73a419e2eebba3d8bc7b7d8bf315114f5469b556 [file] [log] [blame]
#include <stdint.h>
void startDriver();
void stopDriver();
void makeCurrentContext(uintptr_t ctx);
uintptr_t newWindow(int width, int height);
uintptr_t showWindow(uintptr_t id);
uint64_t threadID();