-
Notifications
You must be signed in to change notification settings - Fork 1
/
.decomp-progress
35 lines (33 loc) · 1.08 KB
/
.decomp-progress
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
projects
{
"TKernelInterface"
{
"functions" "Tools/ProgressCalculation/TKernelInterface/functions.csv"
"ignore" "Tools/ProgressCalculation/TKernelInterface/ignorelist.txt"
"svgtemplate" "Tools/ProgressCalculation/TKernelInterface/template.svg"
"files"
{
"extension" ".cpp"
"extension" ".hpp"
"extension" ".c"
"extension" ".h"
"directory" "Toshi/Include/TKernel"
"directory" "Toshi/Source/TKernel"
}
}
"PPropertyParser"
{
"functions" "Tools/ProgressCalculation/PPropertyParser/functions.csv"
"ignore" "Tools/ProgressCalculation/PPropertyParser/ignorelist.txt"
"svgtemplate" "Tools/ProgressCalculation/PPropertyParser/template.svg"
"files"
{
"extension" ".cpp"
"extension" ".hpp"
"extension" ".c"
"extension" ".h"
"directory" "Toshi/Plugins/Include/PPropertyParser"
"directory" "Toshi/Plugins/Source/PPropertyParser"
}
}
}