expedite/src/bin/engine_quartz.h

9 lines
196 B
C

#ifndef ENGINE_QUARTZ_H
#define ENGINE_QUARTZ_H
Eina_Bool engine_quartz_args(const char *engine, int width, int height);
void engine_quartz_loop(void);
void engine_quartz_shutdown(void);
#endif