diff options
author | Uros Majstorovic <majstor@majstor.org> | 2021-05-20 19:23:26 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2021-05-20 19:23:26 +0200 |
commit | 605518b4c2488d45bc778d0f7180bac0f877b0a4 (patch) | |
tree | c2a4f3606ccd437a2271ab069596fc16085dcd00 /fw/fe310/test/test.h | |
parent | 768fc9d49096aa8a8247f31ec8d5b8dd09d6b0ad (diff) |
test app template
Diffstat (limited to 'fw/fe310/test/test.h')
-rw-r--r-- | fw/fe310/test/test.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fw/fe310/test/test.h b/fw/fe310/test/test.h new file mode 100644 index 0000000..daf1f1a --- /dev/null +++ b/fw/fe310/test/test.h @@ -0,0 +1,2 @@ +void app_test(EVEWindow *window, EVEViewStack *stack); +void app_test_close(EVEForm *form); |