Added initial DTSCv2 support
This commit is contained in:
parent
a7de3bf08f
commit
2c343b9db6
3 changed files with 147 additions and 9 deletions
|
@ -62,6 +62,7 @@ namespace DTSC {
|
|||
|
||||
extern char Magic_Header[]; ///< The magic bytes for a DTSC header
|
||||
extern char Magic_Packet[]; ///< The magic bytes for a DTSC packet
|
||||
extern char Magic_Packet2[]; ///< The magic bytes for a DTSC packet version 2
|
||||
|
||||
/// A simple wrapper class that will open a file and allow easy reading/writing of DTSC data from/to it.
|
||||
class File{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue