ovni/pcf.h

11 lines
147 B
C
Raw Normal View History

2021-08-03 20:47:02 +02:00
#ifndef OVNI_PCF_H
#define OVNI_PCF_H
#include <stdio.h>
2021-10-11 11:12:26 +02:00
#include "emu.h"
2021-08-03 20:47:02 +02:00
int
2021-10-11 11:12:26 +02:00
pcf_write(FILE *f, struct ovni_emu *emu);
2021-08-03 20:47:02 +02:00
#endif /* OVNI_PCF_H */