Update renderd7.hpp

This commit is contained in:
tobid7 2021-11-23 16:33:36 +01:00 committed by GitHub
parent 1bbefb259a
commit fbc54e0065
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -256,7 +256,7 @@ namespace RenderD7
{ {
u8 r, g, b, a; u8 r, g, b, a;
}; };
class Console /* class Console
{ {
public: public:
Console(int x, int y, int w, int h, int a = 255); Console(int x, int y, int w, int h, int a = 255);
@ -275,7 +275,7 @@ namespace RenderD7
rgba color = {255, 255, 255, 255}; rgba color = {255, 255, 255, 255};
rgba outlinecol = {222, 222, 222, 255}; rgba outlinecol = {222, 222, 222, 255};
rgba barcolor = {0, 0, 0, 255}; rgba barcolor = {0, 0, 0, 255};
}; };*/
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);