open-story-teller/story-editor/src/ost_wrapper.h
2023-04-18 16:20:41 +02:00

19 lines
222 B
C

#ifndef OST_WRAPPER_H
#define OST_WRAPPER_H
#ifdef __cplusplus
extern "C"
{
#endif
#include <SDL.h>
void draw_ost_device(SDL_Renderer *renderer, double deltaTime);
#ifdef __cplusplus
}
#endif
#endif // OST_WRAPPER_H