Some checks failed
Bigfoot / build-and-test (Debug, ON) (push) Successful in 25s
Bigfoot / build-and-test (RelWithDebInfo, OFF) (push) Successful in 27s
Bigfoot / build-and-test (RelWithDebInfo, ON) (push) Successful in 25s
Bigfoot / build-and-test (Release, OFF) (push) Successful in 20s
Bigfoot / build-and-test (Release, ON) (push) Has been cancelled
Bigfoot / build-and-test (Debug, OFF) (push) Successful in 26s
8 lines
137 B
Plaintext
8 lines
137 B
Plaintext
native_include "System/UUID/FlatUUID.hpp";
|
|
|
|
namespace Bigfoot.Flat;
|
|
|
|
struct UUID (native_type: "::Bigfoot::UUID")
|
|
{
|
|
bytes:[ubyte:16];
|
|
} |