FireSTARR
Loading...
Searching...
No Matches
Observer.h
1/* Copyright (c) Queen's Printer for Ontario, 2020. */
2/* Copyright (c) His Majesty the King in Right of Canada as represented by the Minister of Natural Resources, 2025. */
3
4/* SPDX-License-Identifier: AGPL-3.0-or-later */
5
6#pragma once
7#include <memory>
8#include <string>
9#include "Event.h"
10#include "GridMap.h"
11#include "Scenario.h"
12namespace fs::sim
13{
14}