diff options
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
+
|