freebsd-ports/games/ssc/files/patch-src-font.cc
Kirill Ponomarev 961254088e Add games/ssc-0.8,
SSC is a 2D space shoot-em-up featuring interesting physics and
alife. Destroy all enemies on screen to proceed to the next
level. Inherits a lot of ideas from the game Koules.

PR:		61507
Submitted by:	Igor Pokrovsky <tiamat@comset.net>
2004-01-18 09:32:17 +00:00

10 lines
207 B
C++

--- src/font.cc.orig Sat Jan 17 17:00:00 2004
+++ src/font.cc Sat Jan 17 17:00:22 2004
@@ -22,6 +22,7 @@
#include <iostream>
#include <iomanip>
+#include <math.h>
#include "font.h"
namespace OGLFT {