diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2018-03-03 14:11:58 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2018-03-03 14:11:58 +0000 |
| commit | b57199097a4c02bae09cc875a92d9b909257a831 (patch) | |
| tree | 681264adc6f39e900920d79d8f9210425f1aba23 /src/drivers/Android/Fl_Android_Application.hh | |
| parent | 6ba638f5d6bbc27657ae8e21ad4996c60015d634 (diff) | |
Android: case of .h and .H
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12706 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/Android/Fl_Android_Application.hh')
| -rw-r--r-- | src/drivers/Android/Fl_Android_Application.hh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/drivers/Android/Fl_Android_Application.hh b/src/drivers/Android/Fl_Android_Application.hh new file mode 100644 index 000000000..7e7cba5aa --- /dev/null +++ b/src/drivers/Android/Fl_Android_Application.hh @@ -0,0 +1,8 @@ +// +// Created by Matthias Melcher on 3/3/18. +// + +#ifndef HELLOANDROID_FL_ANDROID_APPLICATION_H +#define HELLOANDROID_FL_ANDROID_APPLICATION_H + +#endif //HELLOANDROID_FL_ANDROID_APPLICATION_H |
