kip/kip.h

16 lines
353 B
C
Raw Normal View History

2023-06-27 09:15:56 +00:00
#include"kmx20.h"
2023-03-17 21:25:20 +00:00
#include"a.h"
2023-03-17 09:31:44 +00:00
#define D(...){__VA_ARGS__;}
#define DEV(n,i,o)_ V n##io(W x)D i _ W n##ii(V)D o IoDevice io_##n={n##io,n##ii};
#define X(x)extern IoDevice x;
#include"kip-io.def"
#undef X
V disk_open(IM C*);
V disk_close(V);
2023-03-17 21:25:20 +00:00
V fatal(IM C*,...);
V front_init(V);
V front_events(V);
V front_redraw(V);
V front_deinit(V);
V kip_deinit(V);