mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
961254088e
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>
11 lines
207 B
C++
11 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 {
|