start implementing shape tag

This commit is contained in:
2017-02-01 00:59:56 +00:00
parent 39f44eca5e
commit ed02e38805
9 changed files with 120 additions and 6 deletions

View File

@@ -1,7 +1,6 @@
#include "pch.h"
#include "image.h"
#define STB_IMAGE_IMPLEMENTATION
#include <stb/stb_image.h>
bool Image::load(std::string filename)