1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/games/briquolo/files/patch-src-ElementCollision.h
2018-02-02 12:12:31 +00:00

12 lines
260 B
C++

--- ./src/ElementCollision.h.orig 2018-01-29 21:56:58.057957000 +0100
+++ ./src/ElementCollision.h 2018-01-29 22:04:08.902625000 +0100
@@ -30,7 +30,7 @@
using namespace std;
class Balle;
-class Struct_Collision;
+struct Struct_Collision;
class Point
{