-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstructure.txt
More file actions
executable file
·65 lines (64 loc) · 2.09 KB
/
structure.txt
File metadata and controls
executable file
·65 lines (64 loc) · 2.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
.
├── Block-Engine-HTML
│ ├── Files
│ │ └── Block-Engine-Linux.zip
│ ├── Fonts
│ │ ├── AgaveNerdFontMono-Bold.ttf
│ │ └── AgaveNerdFontMono-Regular.ttf
│ ├── Images
│ │ ├── Brick.png
│ │ ├── Brick.webp
│ │ ├── Temporary.jpg
│ │ ├── Temporary.png
│ │ └── Temporary.webp
│ ├── index.html
│ ├── index.js
│ ├── index.php
│ └── style.css
├── Block-Engine-Linux
│ ├── Block-Engine
│ ├── Block_Engine.c
│ ├── Debugger
│ │ ├── Detect-OS.c
│ │ ├── Detect-OS.h
│ │ ├── Error.c
│ │ └── Error.h
│ ├── Images
│ │ ├── Brick.jpg
│ │ ├── Brick.png
│ │ ├── Temporary.jpg
│ │ ├── Temporary.png
│ │ └── Temporary.webp
│ ├── Inputs
│ │ ├── KeyBoard
│ │ │ ├── Key_inputs.c
│ │ │ └── Key_inputs.h
│ │ └── Mouse
│ │ ├── Mouse.c
│ │ └── Mouse.h
│ ├── LICENSE
│ ├── README
│ ├── run.sh
│ └── View
│ ├── Ark
│ │ ├── Ark.c
│ │ └── Ark.h
│ ├── Circle
│ │ ├── Circle.c
│ │ └── Circle.h
│ ├── Line
│ │ ├── Line.c
│ │ └── Line.h
│ ├── Rectangle
│ │ ├── Rectangle.c
│ │ └── Rectangle.h
│ ├── Text
│ │ ├── Text.c
│ │ └── Text.h
│ └── Window
│ ├── Window.c
│ └── Window.h
├── Block-Engine-MacOS
├── Block-Engine-Windows
└── structure.txt
20 directories, 43 files