93caff8b0e
universe. It introduces a different style of gameplay called cooperative play, in which it's possible to control 3 characters simultaneously. Unlike most similar games, Open Sonic provides a greater level of interaction between the player and the levels. It's more than just a jump'n'run; the user must come up with some strategy in order to get through the levels. originally from & OK landry@
12 lines
278 B
Plaintext
12 lines
278 B
Plaintext
$OpenBSD: patch-src_util_h,v 1.1.1.1 2009/10/15 14:39:50 phessler Exp $
|
|
--- src/util.h.orig Tue Jun 2 15:28:43 2009
|
|
+++ src/util.h Tue Jun 2 15:29:15 2009
|
|
@@ -21,6 +21,7 @@
|
|
#define _UTIL_H
|
|
|
|
#include <stdlib.h>
|
|
+#include <math.h>
|
|
#include "global.h"
|
|
#include "osspec.h"
|
|
|