summaryrefslogtreecommitdiff
path: root/src/opengl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/opengl.c')
-rw-r--r--src/opengl.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/opengl.c b/src/opengl.c
index 20b8fa6..ea3855d 100644
--- a/src/opengl.c
+++ b/src/opengl.c
@@ -13,7 +13,6 @@
#include "module.h"
#include "stratdef.h"
#include "projfont.h"
-#include "savegame.h"
#include "krender.h"
#include "kshape.h"
#include "prototyp.h"
@@ -101,3 +100,7 @@ switch(RenderPolygon.TranslucencyMode)
CurrTextureHandle = TextureHandle;
#endif
}
+
+void D3D_Particle_Output(PARTICLE *particlePtr, RENDERVERTEX *renderVerticesPtr)
+{
+}