android build

This commit is contained in:
2025-02-10 13:31:54 +01:00
parent 65faf0230b
commit e020784f4f
11 changed files with 9 additions and 24 deletions

View File

@@ -2,8 +2,6 @@
#include <netinet/in.h>
#include <cinttypes>
#define AS_DEFAULT_BUFFER_SIZE 0x1000 /*4096 bytes*/
constexpr int64_t StartHeader = 1737720524UL;
constexpr uint16_t serverPort = 9000;
constexpr uint16_t keyPort = 9010;

View File

@@ -28,7 +28,6 @@ private:
Dna *m_dna;
uint128 branchSeed;
int canvasSize = 0;
Vector2 start = {0};
std::list<DrawArgs> drawCalls;

View File

@@ -1,4 +1,4 @@
#include <inttypes.h>
#include <cinttypes>
struct uint128
{