File tree 13 files changed +14
-33
lines changed
13 files changed +14
-33
lines changed Original file line number Diff line number Diff line change 4
4
using System . Linq ;
5
5
using System . Reflection ;
6
6
using System . Text . RegularExpressions ;
7
+ using LibHac ;
7
8
using XbTool . CodeGen ;
8
9
using XbTool . Common ;
9
10
Original file line number Diff line number Diff line change 1
- namespace XbTool . Common
2
- {
3
- public interface IProgressReport
4
- {
5
- /// <summary>
6
- /// Sets the current value of the <see cref="IProgressReport"/> to <paramref name="value"/>.
7
- /// </summary>
8
- /// <param name="value">The value to set.</param>
9
- void Report ( long value ) ;
10
-
11
- /// <summary>
12
- /// Adds <paramref name="value"/> to the current value of the <see cref="IProgressReport"/>.
13
- /// </summary>
14
- /// <param name="value">The amount to add.</param>
15
- void ReportAdd ( long value ) ;
16
-
17
- /// <summary>
18
- /// Sets the maximum value of the <see cref="IProgressReport"/> to <paramref name="value"/>.
19
- /// </summary>
20
- /// <param name="value">The maximum value to set.</param>
21
- void SetTotal ( long value ) ;
22
-
23
- /// <summary>
24
- /// Logs a message to the <see cref="IProgressReport"/> object.
25
- /// </summary>
26
- /// <param name="message">The message to output.</param>
27
- void LogMessage ( string message ) ;
28
- }
29
- }
1
+
Original file line number Diff line number Diff line change 3
3
using System ;
4
4
using System . Text ;
5
5
using System . Threading ;
6
+ using LibHac ;
6
7
7
8
namespace XbTool . Common
8
9
{
Original file line number Diff line number Diff line change 1
1
using System ;
2
2
using System . IO ;
3
+ using LibHac ;
3
4
using XbTool . Xb2 ;
4
5
using XbTool . Xb2 . Textures ;
5
6
using FileInfo = XbTool . Xb2 . FileInfo ;
Original file line number Diff line number Diff line change 2
2
using System . Linq ;
3
3
using System . Text ;
4
4
using System . Collections . Generic ;
5
+ using LibHac ;
5
6
using Npgsql ;
6
7
using XbTool . Bdat ;
7
8
using XbTool . BdatString ;
8
- using XbTool . Common ;
9
9
10
10
namespace XbTool
11
11
{
Original file line number Diff line number Diff line change 1
1
using System . Collections . Generic ;
2
2
using System . Linq ;
3
3
using System . Reflection ;
4
+ using LibHac ;
4
5
using XbTool . Bdat ;
5
6
using XbTool . Common ;
6
7
using XbTool . Types ;
Original file line number Diff line number Diff line change 3
3
using System . Linq ;
4
4
using System . Net ;
5
5
using CsvHelper ;
6
+ using LibHac ;
6
7
using XbTool . Bdat ;
7
8
using XbTool . BdatString ;
8
9
using XbTool . CodeGen ;
Original file line number Diff line number Diff line change 1
1
using System ;
2
2
using System . IO ;
3
3
using System . Linq ;
4
+ using LibHac ;
4
5
using Newtonsoft . Json . Linq ;
5
6
using XbTool . Bdat ;
6
7
using XbTool . BdatString ;
7
- using XbTool . Common ;
8
8
9
9
namespace XbTool
10
10
{
Original file line number Diff line number Diff line change 1
- using XbTool . Common ;
1
+ using LibHac ;
2
+ using XbTool . Common ;
2
3
3
4
namespace XbTool
4
5
{
Original file line number Diff line number Diff line change 2
2
using System . Collections . Generic ;
3
3
using System . Linq ;
4
4
using System . Reflection ;
5
+ using LibHac ;
5
6
using XbTool . Bdat ;
6
- using XbTool . Common ;
7
7
using XbTool . Types ;
8
8
9
9
namespace XbTool . Serialization
Original file line number Diff line number Diff line change 1
1
using System ;
2
+ using LibHac ;
2
3
using XbTool . Bdat ;
3
4
using XbTool . BdatString ;
4
5
using XbTool . Common ;
Original file line number Diff line number Diff line change 1
1
using System . IO ;
2
+ using LibHac ;
2
3
using XbTool . Bdat ;
3
4
using XbTool . BdatString ;
4
5
using XbTool . Common ;
Original file line number Diff line number Diff line change 4
4
using System . Linq ;
5
5
using DotNet . Globbing ;
6
6
using Ionic . Zlib ;
7
+ using LibHac ;
7
8
using XbTool . Common ;
8
9
9
10
namespace XbTool . Xb2
You can’t perform that action at this time.
0 commit comments