1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 21:43:06 +01:00

Integrate gEditorSelectedObjects

This commit is contained in:
Ted John
2016-09-05 22:26:02 +01:00
parent 669396e841
commit 32a6722cda
5 changed files with 52 additions and 20 deletions

View File

@@ -17,6 +17,7 @@
#ifndef _EDITOR_H_
#define _EDITOR_H_
#include "object.h"
#include "rct2.h"
typedef enum {
@@ -30,6 +31,8 @@ typedef enum {
EDITOR_STEP_TRACK_DESIGNS_MANAGER // 7
} RCT2_EDITOR_STEP;
extern uint8 * gEditorSelectedObjects[OBJECT_ENTRY_GROUP_COUNT];
void editor_load();
void editor_convert_save_to_scenario();
void trackdesigner_load();