Create renderd7.hpp
This commit is contained in:
parent
f0ae9c238c
commit
51822aef23
@ -275,4 +275,5 @@ namespace RenderD7
|
|||||||
bool NameIsEndingWith(const std::string &name, const std::vector<std::string> &extensions);
|
bool NameIsEndingWith(const std::string &name, const std::vector<std::string> &extensions);
|
||||||
void GetDirContentsExt(std::vector<RenderD7::DirContent> &dircontent, const std::vector<std::string> &extensions);
|
void GetDirContentsExt(std::vector<RenderD7::DirContent> &dircontent, const std::vector<std::string> &extensions);
|
||||||
void GetDirContents(std::vector<RenderD7::DirContent> &dircontent);
|
void GetDirContents(std::vector<RenderD7::DirContent> &dircontent);
|
||||||
|
|
||||||
} /// RenderD7
|
} /// RenderD7
|
||||||
|
Loading…
Reference in New Issue
Block a user