mirror of
https://github.com/kuhyx/engineer-thesis-WUT.git
synced 2026-07-04 13:03:07 +02:00
chore: add stb library for image handling
This commit is contained in:
parent
d51ba68b1e
commit
fbb9d2acc6
7897
Engine/engine/stb_image.h
Normal file
7897
Engine/engine/stb_image.h
Normal file
File diff suppressed because it is too large
Load Diff
5
Engine/engine/stb_images_implementation.cpp
Normal file
5
Engine/engine/stb_images_implementation.cpp
Normal file
@ -0,0 +1,5 @@
|
||||
#ifndef STB_IMAGE_IMPLEMENTATION
|
||||
#define STB_IMAGE_IMPLEMENTATION
|
||||
#include "stb_image.h"
|
||||
|
||||
#endif
|
||||
Loading…
Reference in New Issue
Block a user