Faro Engine 0.0.0.b519570 (main)
Loading...
Searching...
No Matches
ResourcesModule.hpp
Go to the documentation of this file.
1#pragma once
2#include <Module.hpp>
3#include <Log.hpp>
4
5namespace Faro
6{
7 LOG_DEFINITION(ResourceLog)
8
9 class ResourcesModule : public IModule
10 {
11 public:
12 void Load() override;
13 void Unload() override;
14 String GetName() override;
15 Array<String> GetRuntimeDependencies() override;
16 };
17
19}
#define LOG_DEFINITION(Tag)
Definition Log.hpp:36
#define REGISTER_MODULE(MODULE)
Definition Module.hpp:22
Definition Array.hpp:11
Definition Module.hpp:9
Definition ResourcesModule.hpp:10
Definition String.hpp:12
Definition Array.hpp:8