mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 21:43:06 +01:00
Integrate gEditorSelectedObjects
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user