android build
This commit is contained in:
@@ -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;
|
||||
|
@@ -28,7 +28,6 @@ private:
|
||||
Dna *m_dna;
|
||||
uint128 branchSeed;
|
||||
|
||||
int canvasSize = 0;
|
||||
Vector2 start = {0};
|
||||
std::list<DrawArgs> drawCalls;
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
#include <inttypes.h>
|
||||
#include <cinttypes>
|
||||
|
||||
struct uint128
|
||||
{
|
||||
|
Reference in New Issue
Block a user