- moved the postprocessing code to 'common', except for the game-dependent script exports.

This commit is contained in:
Christoph Oelckers 2020-04-25 22:37:27 +02:00
commit 21f32834b2
7 changed files with 6 additions and 6 deletions

View file

@ -21,7 +21,7 @@
#include "vm.h"
#include "d_player.h"
#include "hw_postprocessshader.h"
#include "hwrenderer/postprocessing/hw_postprocessshader.h"
#include "g_levellocals.h"
TArray<PostProcessShader> PostProcessShaders;