|
From: <axl...@us...> - 2009-07-04 15:42:50
|
Revision: 403
http://hgengine.svn.sourceforge.net/hgengine/?rev=403&view=rev
Author: axlecrusher
Date: 2009-07-04 15:42:50 +0000 (Sat, 04 Jul 2009)
Log Message:
-----------
unified load matrix
Modified Paths:
--------------
Mercury2/src/GLHelpers.h
Modified: Mercury2/src/GLHelpers.h
===================================================================
--- Mercury2/src/GLHelpers.h 2009-07-04 15:40:09 UTC (rev 402)
+++ Mercury2/src/GLHelpers.h 2009-07-04 15:42:50 UTC (rev 403)
@@ -1,7 +1,9 @@
#include <global.h>
#include <MercuryUtil.h>
+#include <MercuryMatrix.h>
MString GlError2String(uint32_t e);
+void glLoadMatrix(const MercuryMatrix& m);
/****************************************************************************
* Copyright (C) 2009 by Joshua Allen *
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|