initial import

This commit is contained in:
2025-06-22 20:39:04 -05:00
commit f8a70886f0
3428 changed files with 302546 additions and 0 deletions

20
pioneer/fix-build.patch Normal file
View File

@@ -0,0 +1,20 @@
--- a/src/Aabb.h 2024-02-03 06:06:54.000000000 +0100
+++ b/src/Aabb.h 2024-02-04 19:26:31.960033267 +0100
@@ -4,6 +4,7 @@
#ifndef _AABB_H
#define _AABB_H
+#include "libs.h"
#include "vector3.h"
#include <algorithm> // for std::min / std::max
--- a/src/GeoPatch.h 2024-02-03 06:06:54.000000000 +0100
+++ b/src/GeoPatch.h 2024-02-04 19:27:21.310033422 +0100
@@ -6,6 +6,7 @@
#include <SDL_stdinc.h>
+#include "libs.h"
#include "Color.h"
#include "GeoPatchID.h"
#include "JobQueue.h"