Created
June 17, 2015 08:23
-
-
Save arturaz/5e294333317df5552734 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#pragma once | |
#include <stdint.h> | |
// System.ValueType | |
#include "mscorlib_System_ValueType.h" | |
// com.tinylabproductions.TLPLib.Functional.Unit | |
#include "AssemblyU2DCSharp_com_tinylabproductions_TLPLib_Functional_U.h" | |
// Smooth.Compare.Comparers.Blittable64EqComparer`1/Converter<com.tinylabproductions.TLPLib.Functional.Unit> | |
#pragma pack(push, tp, 1) | |
struct Converter_t8301 | |
{ | |
union | |
{ | |
// T Smooth.Compare.Comparers.Blittable64EqComparer`1/Converter<com.tinylabproductions.TLPLib.Functional.Unit>::t | |
struct | |
{ | |
Unit_t907 ___t_0; | |
}; | |
// System.Int64 Smooth.Compare.Comparers.Blittable64EqComparer`1/Converter<com.tinylabproductions.TLPLib.Functional.Unit>::value | |
struct | |
{ | |
int64_t ___value_1; | |
}; | |
}; | |
}; | |
#pragma pack(pop, tp) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment