1
zero-epwing-go/zig.h

9 lines
167 B
C
Raw Permalink Normal View History

2021-01-01 03:52:25 +00:00
#include <stdlib.h>
2021-01-09 22:39:52 +00:00
#include "eb.h"
#include "font.h"
#include "text.h"
#include "error.h"
2021-01-01 03:52:25 +00:00
extern EB_Error_Code installHook(EB_Hookset* hookset, EB_Hook_Code code);