ems_rust_template/rust_src/include/rust_src.h

10 lines
273 B
C
Raw Permalink Normal View History

#ifndef EMSCRIPTEN_RUST_TEMPLATE_RUST_SRC_H_
#define EMSCRIPTEN_RUST_TEMPLATE_RUST_SRC_H_
extern void *get_main_ctx(void);
extern void ctx_update(void *ctx);
extern void ctx_draw(void *ctx);
extern void ctx_resize_event_callback(void *ctx, int width, int height);
#endif