Mercurial > mm7
diff Render.cpp @ 1016:c45d51b3f4f4
Included header files cleanup
author | Grumpy7 |
---|---|
date | Sun, 19 May 2013 17:55:19 +0200 |
parents | 3a3ab572eff5 |
children | 39f42990698f |
line wrap: on
line diff
--- a/Render.cpp Tue May 14 23:16:10 2013 +0600 +++ b/Render.cpp Sun May 19 17:55:19 2013 +0200 @@ -1,5 +1,13 @@ #include <assert.h> +#include "VideoPlayer.h" +#include "Sprites.h" +#include "Mouse.h" +#include "GammaControl.h" +#include "stru6.h" + +#include "DecalBuilder.h" +#include "ParticleEngine.h" #include "Render.h" #include "OutdoorCamera.h" #include "IndoorCamera.h"