11 lines
147 B
C
11 lines
147 B
C
#ifndef OVNI_PCF_H
|
|
#define OVNI_PCF_H
|
|
|
|
#include <stdio.h>
|
|
#include "emu.h"
|
|
|
|
int
|
|
pcf_write(FILE *f, struct ovni_emu *emu);
|
|
|
|
#endif /* OVNI_PCF_H */
|