diff options
author | admin <contact@optics-design.com> | 2025-04-25 21:17:07 +0200 |
---|---|---|
committer | admin <contact@optics-design.com> | 2025-04-25 21:17:07 +0200 |
commit | 4b3b08ecadf8604062c7f801668e641cb024e309 (patch) | |
tree | 93614c08b9cfabff25e5c790fcfd50d31663ef53 /structure.txt |
First Commit
Diffstat (limited to 'structure.txt')
-rw-r--r-- | structure.txt | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/structure.txt b/structure.txt new file mode 100644 index 0000000..d3d1cd3 --- /dev/null +++ b/structure.txt @@ -0,0 +1,32 @@ +opdec
+| .clangd
+| .gitignore
+| compile_flags.txt
+| COPYING
+| COPYRIGHT
+| Makefile
+| README.md
+| structure.txt
+|
++---bin
+| contrast.exe
+| lensdrac.exe
+| oif.exe
+| refl.exe
+| SDL2.dll
+| sdl2test.exe
+| SDL2_ttf.dll
+|
++---include
+| opdecdef.h
+|
+\---src
+ +---lensdrac
+ | lensdrac.c
+ | sdl2test.c
+ |
+ \---odutils
+ contrast.c
+ oif.c
+ refl.c
+
|