prosperon/source/engine/yugine.h

14 lines
208 B
C

#ifndef YUGINE_H
#define YUGINE_H
#include "script.h"
double apptime();
void print_stacktrace();
void engine_start(JSValue fn, JSValue proc_fn); /* fn runs after the engine starts */
void quit();
#endif