mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-02 03:35:09 +01:00
improve scenario structures
This commit is contained in:
@@ -22,6 +22,12 @@
|
||||
#define _SAWYERCODING_H_
|
||||
|
||||
#include <windows.h>
|
||||
#include "rct2.h"
|
||||
|
||||
typedef struct {
|
||||
uint8 encoding;
|
||||
uint32 length;
|
||||
} sawyercoding_chunk_header;
|
||||
|
||||
enum {
|
||||
CHUNK_ENCODING_NONE,
|
||||
|
||||
Reference in New Issue
Block a user