summaryrefslogtreecommitdiff
path: root/engine/bulletpattern.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engine/bulletpattern.cpp')
-rw-r--r--engine/bulletpattern.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/bulletpattern.cpp b/engine/bulletpattern.cpp
index 39f6742..eabf554 100644
--- a/engine/bulletpattern.cpp
+++ b/engine/bulletpattern.cpp
@@ -1,6 +1,6 @@
#include <cmath>
#include "bulletpattern.h"
-#include "matrix.h"
+#include <wriggle/matrix.h>
BulletPattern1::BulletPattern1(const Vector2& initpos) {
num_bullets = steps = 0;