CMakeList cleanup and import fix
This commit is contained in:
parent
9b57ca68c6
commit
7cbc525dc6
4 changed files with 9 additions and 7 deletions
|
@ -10,7 +10,7 @@
|
|||
#define STB_IMAGE_IMPLEMENTATION
|
||||
#include "lib/stb_image.h"
|
||||
|
||||
#include "image_loader.hpp"
|
||||
#include "lib/image_loader.hpp"
|
||||
|
||||
std::unordered_map<std::string, paradiso::Bitmap> image_loader::image_cache =
|
||||
std::unordered_map<std::string, paradiso::Bitmap>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue