about summary refs log tree commit diff
path: root/src/block/block.rs
blob: 329361ff5070ec31edde641806148bc30a66fab4 (plain)
1
2
3
4
5
use super::IndexedImage;

pub enum Block {
	IndexedImage(IndexedImage)
}