cbc0bceedc
X-Moto is a challenging 2D motocross platform game, where physics plays an all important role in the gameplay. You need to control your bike to its limits, if you want to have a chance to finish the most difficult challenges. original port by jonathan armani, with tweaks by me
13 lines
454 B
Plaintext
13 lines
454 B
Plaintext
$OpenBSD: patch-src_image_tim_png_cpp,v 1.1.1.1 2009/08/03 14:16:26 jasper Exp $
|
|
--- src/image/tim_png.cpp.orig Sat Dec 6 01:05:28 2008
|
|
+++ src/image/tim_png.cpp Sat Dec 6 01:06:44 2008
|
|
@@ -25,7 +25,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include "tim.h"
|
|
-#include "png.h"
|
|
+#include <libpng/png.h>
|
|
|
|
/*==============================================================================
|
|
Types
|