Finished sink module system + new icons

This commit is contained in:
Ryzerth
2020-11-30 16:05:51 +01:00
parent 618d4ac4cc
commit e5dbac4345
11 changed files with 42 additions and 20 deletions

View File

@ -8,6 +8,8 @@ namespace icons {
extern ImTextureID PLAY;
extern ImTextureID STOP;
extern ImTextureID MENU;
extern ImTextureID MUTED;
extern ImTextureID UNMUTED;
GLuint loadTexture(std::string path);
void load();