Update renderd7.hpp
This commit is contained in:
parent
087b2a2bb0
commit
ab867588d3
@ -256,9 +256,10 @@ namespace RenderD7
|
||||
{
|
||||
u8 r, g, b, a;
|
||||
};
|
||||
/* class Console
|
||||
class Console
|
||||
{
|
||||
public:
|
||||
Console();
|
||||
Console(int x, int y, int w, int h, int a = 255);
|
||||
Console(int x, int y, int w, int h, rgba col);
|
||||
Console(int x, int y, int w, int h, std::string name, rgba col = {255, 255, 255, 255}, rgba barcol = {0, 0, 0, 255}, rgba outlinecol = {222, 222, 222, 255});
|
||||
@ -275,7 +276,7 @@ namespace RenderD7
|
||||
rgba color = {255, 255, 255, 255};
|
||||
rgba outlinecol = {222, 222, 222, 255};
|
||||
rgba barcolor = {0, 0, 0, 255};
|
||||
};*/
|
||||
};
|
||||
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user