8 lines
145 B
C++
8 lines
145 B
C++
#include "pch.h"
|
|
|
|
#define STB_TRUETYPE_IMPLEMENTATION
|
|
#include <stb/stb_truetype.h>
|
|
|
|
#define STB_IMAGE_IMPLEMENTATION
|
|
#include <stb/stb_image.h>
|