1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-16 12:35:22 +00:00
OpenDiablo2/d2common/d2fileformats/d2dcc/dcc_pixel_buffer_entry.go

9 lines
185 B
Go
Raw Normal View History

package d2dcc
2020-06-29 02:32:34 +00:00
// DCCPixelBufferEntry represents a single entry in the pixel buffer.
type DCCPixelBufferEntry struct {
Value [4]byte
Frame int
FrameCellIndex int
}