Fixed a compilation problem on PSP with the minpspw 11.1 SDK, which changed the definition of a u32 from unsigned long to unsigned int.

This commit is contained in:
wrenczes@gmail.com
2011-03-28 04:40:44 +00:00
parent 289c57b6ea
commit d934d9d30f
2 changed files with 19 additions and 3 deletions
+1 -3
View File
@@ -5,14 +5,12 @@
**
** hgeDistortionMesh helper class implementation
*/
#include "../../include/hge/hgedistort.h"
#include "../../include/JGE.h"
#include "../../include/JTypes.h"
#include "../../include/JRenderer.h"
#include "../../include/JFileSystem.h"
#include "../../include/hge/hgedistort.h"
//HGE *hgeDistortionMesh::hge=0;