C++ envelope

This commit is contained in:
redcode
2013-12-23 23:28:17 +01:00
parent 5b2868b175
commit 254e7577bf

View File

@@ -30,6 +30,10 @@ typedef struct {
} cb;
} Z80;
#ifdef __cplusplus
extern "C" {
#endif
qsize z80_run (Z80* object,
qsize cycles);
@@ -43,4 +47,8 @@ void z80_nmi (Z80* object);
void z80_irq (Z80* object,
qboolean state);
#ifdef __cplusplus
}
#endif
#endif /* __Z80_H__ */