mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-07-16 02:56:44 -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
10
server/tso.files/Formats/IFF/ChunkRuntimeInfo.cs
Executable file
10
server/tso.files/Formats/IFF/ChunkRuntimeInfo.cs
Executable file
|
@ -0,0 +1,10 @@
|
|||
namespace FSO.Files.Formats.IFF
|
||||
{
|
||||
public enum ChunkRuntimeState
|
||||
{
|
||||
Normal,
|
||||
Patched, //unmodified, but still save when outputting PIFF
|
||||
Modified, //modified. save when outputting PIFF
|
||||
Delete //this chunk should not be saved, or should be saved as a deletion.
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue