mirror of
https://gitlab.com/Syroot/Worms.git
synced 2025-04-22 22:33:37 +03:00
19 lines
449 B
Plaintext
19 lines
449 B
Plaintext
//------------------------------------------------
|
|
//--- 010 Editor v10.0.2 Binary Template
|
|
//
|
|
// File: IMG.bt
|
|
// Authors: Syroot
|
|
// Version: 0.1.0
|
|
// Purpose: Parse Worms Armageddon and Worms World Party image files.
|
|
// Category: Worms
|
|
// File Mask: *.img
|
|
// ID Bytes:
|
|
// History:
|
|
// 0.1.0 2020-06-29 Initial version.
|
|
//------------------------------------------------
|
|
|
|
#include "Image.bt"
|
|
|
|
LittleEndian();
|
|
Image image <open=true>;
|