1
Fork 0

MariENB FNV 2.4.3

This commit is contained in:
Marisa the Magician 2019-04-07 17:38:48 +02:00
commit 1e7340178d
45 changed files with 7504 additions and 13 deletions

11
enbseries/enbbloom.fx Normal file
View file

@ -0,0 +1,11 @@
/*
enbbloom.fx : MariENB bloom filter.
(C)2013-2017 Marisa Kirisame, UnSX Team.
Part of MariENB, the personal ENB of Marisa.
Released under the GNU GPLv3 (or later).
*/
/* separate for easier maintenance */
#include "menbglobaldefs.fx"
#include "menbbloomsettings.fx"
#include "menbbloominternals.fx"
#include "menbbloomfilters.fx"