summaryrefslogtreecommitdiff
path: root/src/bin/exactness/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/exactness/common.c')
-rw-r--r--src/bin/exactness/common.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/bin/exactness/common.c b/src/bin/exactness/common.c
index 72d02116b1..83b972057e 100644
--- a/src/bin/exactness/common.c
+++ b/src/bin/exactness/common.c
@@ -4,6 +4,12 @@
#include "common.h"
+void
+ex_prepare_elm_overloay(void)
+{
+ elm_theme_overlay_add(NULL, DATA_DIR"/exactness_play.edj");
+}
+
int
ex_prg_invoke(const char *full_path, int argc, char **argv, Eina_Bool player)
{