summaryrefslogtreecommitdiffstats
path: root/tests/ByteBuffer/Stubs.cpp
blob: c3271ff313fe0a8caa66efdd0970124e7a904c5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

// Stubs.cpp

// Implements stubs of various Cuberite methods that are needed for linking but not for runtime
// This is required so that we don't bring in the entire Cuberite via dependencies

#include "Globals.h"
#include "UUID.h"




void cUUID::FromRaw(const std::array<Byte, 16> &){}