mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-07-10 00:20:36 -04:00
Added FSO.Files for use with the API server
Don't ask me. FreeSO is the prime example of dependency hell.
This commit is contained in:
parent
4b5e584eeb
commit
8fec258215
104 changed files with 14653 additions and 163 deletions
11
server/tso.files/ImageLoaderHelpers.cs
Executable file
11
server/tso.files/ImageLoaderHelpers.cs
Executable file
|
@ -0,0 +1,11 @@
|
|||
using System;
|
||||
using System.IO;
|
||||
|
||||
namespace FSO.Files
|
||||
{
|
||||
public static class ImageLoaderHelpers
|
||||
{
|
||||
public static Func<Stream, Tuple<byte[], int, int>> BitmapFunction = null;
|
||||
public static Action<byte[], int, int, Stream> SavePNGFunc = null;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue