blob: a031a9bd67f13e241c8cd6dde376ed23d78900bc (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#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
|