16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 06:59:18 +02:00

EU7 scenery format and models streaming

This commit is contained in:
maj00r
2026-06-13 15:43:44 +02:00
parent f07c8fdcd2
commit 876a4c7c18
171 changed files with 27924 additions and 281 deletions

View File

@@ -10,6 +10,7 @@ http://mozilla.org/MPL/2.0/.
#pragma once
#include "utilities/Classes.h"
#include "scene/eu7/eu7_types.h"
#include "scene/scene.h"
#include "utilities/Names.h"
#include "world/EvLaunch.h"
@@ -633,6 +634,9 @@ private:
basic_event *
make_event( cParser &Input, scene::scratch_data &Scratchpad );
basic_event *
make_event_from_eu7( scene::eu7::Eu7Event const &Event );
class event_manager {