mirror of
https://github.com/yawaflua/tzeva-adom.git
synced 2025-12-14 01:16:21 +02:00
Add support to OREF (-o flag)
This commit is contained in:
16
models/Interfaces/IAlert.cpp
Normal file
16
models/Interfaces/IAlert.cpp
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// Created by yawaflua on 30/10/2024.
|
||||
//
|
||||
#pragma once
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
namespace tzeva_adom {
|
||||
class IAlert {
|
||||
public:
|
||||
virtual ~IAlert() = default;
|
||||
|
||||
virtual std::vector<std::string> get_cities() {};
|
||||
virtual int get_threat() {};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user