diff options
author | admin <contact@optics-design.com> | 2025-04-28 23:36:42 +0200 |
---|---|---|
committer | admin <contact@optics-design.com> | 2025-04-28 23:36:42 +0200 |
commit | 57ba70436a8105a381ba13f896c0918fc55006e3 (patch) | |
tree | 405c6ec15fb534eb35f01c49b24b797d335b293e /structure.txt | |
parent | 970169f035a670ab3721ee7c889da07ed25f2931 (diff) |
Added a disclaimer in README.md
Diffstat (limited to 'structure.txt')
-rw-r--r-- | structure.txt | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/structure.txt b/structure.txt deleted file mode 100644 index f1ce652..0000000 --- a/structure.txt +++ /dev/null @@ -1,65 +0,0 @@ -glamac
-| .clangd
-| .gitignore
-| compile_flags.txt
-| COPYING
-| COPYRIGHT
-| glamac.rc
-| Makefile
-| README.md
-| structure.txt
-|
-+---bin
-| gla.exe
-| glamac.exe
-| glamac_res.o
-| SDL2.dll
-| SDL2_ttf.dll
-|
-+---data
-| | DISCLAIMER.md
-| |
-| +---CSV
-| | CDGM_infrared_Glasses.csv
-| | CDGM_i_line_Glasses.csv
-| | CDGM_Optical_Glasses.csv
-| | HOYA.csv
-| | Ohara_i_Line_Glasses.csv
-| | Ohara_Low_Tg.csv
-| | Ohara_NANOCERAM.csv
-| | Ohara_Non-Browning_Glasses.csv
-| | Ohara_Recommended.csv
-| | Ohara_Special_Order.csv
-| | SCHOTT_Inquiry.csv
-| | SCHOTT_Preferred.csv
-| |
-| \---Excel
-| CDGM202409.xlsx
-| HOYA20210421.xlsx
-| ohara-20240124-6decimal-allglasstypes-2025-1-31.xlsx
-| schott-optical-glass-overview-excel-format-en.xlsx
-|
-+---include
-| glamacdef.h
-| glamac_events.h
-| glamac_render.h
-| glamac_view.h
-| glass_data.h
-|
-+---res
-| +---icons
-| | glamac_icon.ico
-| | glamac_icon.png
-| |
-| \---images
-\---src
- +---glamac
- | glamac.c
- | glamac_events.c
- | glamac_render.c
- | glamac_view.c
- | glass_data.c
- |
- \---glautils
- gla.c
-
|