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>
10 lines
207 B
C++
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 {
|