expedite/src/bin/engine_drm.h

9 lines
181 B
C

#ifndef ENGINE_DRM_H
#define ENGINE_DRM_H
Eina_Bool engine_drm_args(const char *engine, int width, int height);
void engine_drm_loop(void);
void engine_drm_shutdown(void);
#endif