#ifndef JSYSWRAPPER_H #define JSYSWRAPPER_H #include "types.h" #ifdef __cplusplus extern "C" { #endif extern void JW_BeginFrame(); extern void JW_EndFrame(); #ifdef __cplusplus } #endif #endif