1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-02 03:35:09 +01:00

improve scenario structures

This commit is contained in:
IntelOrca
2014-04-10 03:23:12 +01:00
parent 3ae8971340
commit ea83736d5a
7 changed files with 200 additions and 127 deletions

View File

@@ -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,