Class: Bayonetta::EXPFile2::EXPFileHeader
- Inherits:
-
LibBin::Structure
- Object
- LibBin::Structure
- Bayonetta::EXPFile2::EXPFileHeader
- Defined in:
- lib/bayonetta/exp.rb
Instance Method Summary collapse
-
#initialize ⇒ EXPFileHeader
constructor
A new instance of EXPFileHeader.
Constructor Details
#initialize ⇒ EXPFileHeader
Returns a new instance of EXPFileHeader.
83 84 85 86 87 88 89 90 |
# File 'lib/bayonetta/exp.rb', line 83 def initialize @id = "exp\0".b @version = 0x20110714 @offset_records = 0 @num_records = 0 @offset_interpolations = 0 @num_interpolations = 0 end |