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