Faro Engine
0.0.0.b519570 (main)
Loading...
Searching...
No Matches
Source
Engine
Resources
Source
ResourcesModule.hpp
Go to the documentation of this file.
1
#pragma once
2
#include <
Module.hpp
>
3
#include <
Log.hpp
>
4
5
namespace
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
18
REGISTER_MODULE
(
ResourcesModule
)
19
}
Log.hpp
LOG_DEFINITION
#define LOG_DEFINITION(Tag)
Definition
Log.hpp:36
Module.hpp
REGISTER_MODULE
#define REGISTER_MODULE(MODULE)
Definition
Module.hpp:22
Faro::Array
Definition
Array.hpp:11
Faro::IModule
Definition
Module.hpp:9
Faro::ResourcesModule
Definition
ResourcesModule.hpp:10
Faro::String
Definition
String.hpp:12
Faro
Definition
Array.hpp:8
Generated by
1.9.8