Files
ac-decomp/include/libjsys/jsyswrapper.h
T
2023-03-25 00:24:06 -04:00

18 lines
198 B
C

#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