mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
Adds the stb_truetype Mac OSX fix from 64cfab5
Removes stb_image.c from the Visual Studio Project files since it got
deleted in previous commit
5 lines
191 B
C++
5 lines
191 B
C++
#include "stdafx.h"
|
|
// Defines STB_IMAGE_IMPLEMENTATION *once* for stb_image.h includes (Should this be placed somewhere else?)
|
|
#define STB_IMAGE_IMPLEMENTATION
|
|
#include "stblib/stb_image.h"
|