raze-gles/source/rr/src/lunatic/lunatic_editor.h
2019-09-19 00:27:46 +02:00

19 lines
301 B
C

/* The Lunatic Interpreter, part of EDuke32. Editor stuff. */
#ifndef EDUKE32_LUNATIC_M32_H_
#define EDUKE32_LUNATIC_M32_H_
#include "lunatic.h"
#ifdef __cplusplus
extern "C" {
#endif
int Em_CreateState(L_State *estate);
void Em_DestroyState(L_State *estate);
#ifdef __cplusplus
}
#endif
#endif