mirror of
https://github.com/CPunch/Cosmo.git
synced 2025-04-07 14:10:09 +00:00
12 lines
242 B
C
12 lines
242 B
C
#ifndef COSMO_UNDUMP_H
|
|
#define COSMO_UNDUMP_H
|
|
|
|
#include "cobj.h"
|
|
#include "cosmo.h"
|
|
|
|
#include <stdio.h>
|
|
|
|
/* returns non-zero on error */
|
|
int cosmoD_undump(CState *state, cosmo_Reader reader, const void *userData, CObjFunction **func);
|
|
|
|
#endif |