Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/games/abuse_sdl/files/patch-src-intsect.cpp
16461 views
1
--- src/intsect.cpp.orig 2011-05-02 13:55:06.000000000 +0200
2
+++ src/intsect.cpp 2012-09-10 22:33:43.000000000 +0200
3
@@ -13,6 +13,7 @@
4
#endif
5
6
#include <stdlib.h>
7
+#include <inttypes.h>
8
9
void pushback(int32_t x1,int32_t y1,int32_t &x2,int32_t &y2,
10
int32_t xp1, int32_t yp1, int32_t xp2, int32_t yp2, int xdir, int ydir, int inside)
11
12