[BACK]Return to patch-src_core_mathhelper_h CVS log [TXT][DIR] Up to [local] / ports / games / sumwars / patches

File: [local] / ports / games / sumwars / patches / Attic / patch-src_core_mathhelper_h (download)

Revision 1.1, Sun Nov 13 12:41:35 2011 UTC (12 years, 7 months ago) by yason
Branch: MAIN

Initial revision

$OpenBSD$
--- src/core/mathhelper.h.orig	Sun Nov 13 15:41:44 2011
+++ src/core/mathhelper.h	Sun Nov 13 15:41:52 2011
@@ -35,4 +35,5 @@ namespace MathHelper
 	static inline unsigned int Max(unsigned int x, unsigned int y) { return x > y ? x : y; }
 	static inline unsigned int Min(unsigned int x, unsigned int y) { return x < y ? x : y; }
 }
-#endif
\ No newline at end of file
+#endif
+