1
0
mirror of https://github.com/The-Powder-Toy/The-Powder-Toy.git synced 2025-04-12 10:28:15 +02:00

Ensure resampler.cpp is compiled when needed

This commit is contained in:
Simon Robertshaw 2012-12-15 01:10:03 +00:00
parent b4475ae96f
commit 558888ac25

@ -1,3 +1,4 @@
#include "Config.h"
#ifdef HIGH_QUALITY_RESAMPLE
// http://code.google.com/p/imageresampler/
// resampler.cpp, Separable filtering image rescaler v2.21, Rich Geldreich - richgel99@gmail.com