mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-13 03:37:56 +00:00
time: Add the time:a service
Given we already have time:s and time:u, we should also have time:a
This commit is contained in:
parent
bf002d355b
commit
11931ccf6a
3 changed files with 11 additions and 10 deletions
|
@ -8,9 +8,9 @@
|
|||
|
||||
namespace Service::Time {
|
||||
|
||||
class TIME final : public Module::Interface {
|
||||
class Time final : public Module::Interface {
|
||||
public:
|
||||
explicit TIME(std::shared_ptr<Module> time, const char* name);
|
||||
explicit Time(std::shared_ptr<Module> time, const char* name);
|
||||
};
|
||||
|
||||
} // namespace Service::Time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue