Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
funcs.hpp
Go to the documentation of this file.
1#ifndef IV_SRC_UI_RESOURCES_FUNCS_HPP_
2#define IV_SRC_UI_RESOURCES_FUNCS_HPP_
3
5
6#include <string>
7
8namespace iv::ui::resources
9{
10
11std::string getResource(iv::ui::resources::eResourceId resourceId);
12
13}// namespace iv::ui::resources
14
15#endif//IV_SRC_UI_RESOURCES_FUNCS_HPP_
Definition alarms.hpp:10
std::string getResource(iv::ui::resources::eResourceId resourceId)
Definition funcs.cpp:10
eResourceId
Definition enums.hpp:8