mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-03-19 00:21:20 +00:00
10 lines
177 B
C#
Executable file
10 lines
177 B
C#
Executable file
namespace FSO.Files.Formats.IFF.Chunks
|
|
{
|
|
/// <summary>
|
|
/// This chunk type holds an image in PNG format.
|
|
/// </summary>
|
|
public class PNG : BMP
|
|
{
|
|
}
|
|
|
|
}
|