This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| use super::Map; | |
| use super::rltk::{BaseMap, Point}; | |
| // Transform represents a sector to shadow cast. | |
| struct Transform { | |
| xx: i32, | |
| xy: i32, | |
| yx: i32, | |
| yy: i32, | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "encoding/base64" | |
| "fmt" | |
| "github.com/bamiaux/iobit" | |
| ) | |
| type SpliceInfoSection struct { | |
| TableID uint32 |