mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 11:33:03 +01:00
Fix forward declaraction of ObjectRepositoryItem
This commit is contained in:
@@ -83,7 +83,7 @@ enum {
|
||||
NETWORK_TICK_FLAG_CHECKSUMS = 1 << 0,
|
||||
};
|
||||
|
||||
class ObjectRepositoryItem;
|
||||
struct ObjectRepositoryItem;
|
||||
|
||||
class Network
|
||||
{
|
||||
|
||||
@@ -27,7 +27,7 @@ extern "C"
|
||||
#include "../object_list.h"
|
||||
}
|
||||
|
||||
class ObjectRepositoryItem;
|
||||
struct ObjectRepositoryItem;
|
||||
|
||||
int scenario_save_network(SDL_RWops* rw, const std::vector<const ObjectRepositoryItem *> &objects);
|
||||
int scenario_write_packed_objects(SDL_RWops* rw, std::vector<const ObjectRepositoryItem *> &objects);
|
||||
|
||||
Reference in New Issue
Block a user