1
0
forked from 0ad/0ad

added precompiled.h. these need to be newline-fixed also!

This was SVN commit r421.
This commit is contained in:
janwas 2004-06-08 11:50:52 +00:00
parent 69f0a99f9a
commit e4378ffbdc
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
// Contact: rich@wildfiregames.com
//
///////////////////////////////////////////////////////////////////////////////
#include "precompiled.h"
#include "ogl.h"
#include "Renderer.h"
#include "VertexBuffer.h"

View File

@ -5,7 +5,7 @@
// Contact: rich@wildfiregames.com
//
///////////////////////////////////////////////////////////////////////////////
#include "precompiled.h"
#include <assert.h>
#include "ogl.h"
#include "VertexBufferManager.h"