Facepunch.Steamworks/Generator/CodeWriter
2019-07-02 13:52:04 +01:00
..
Types Il2Cpp didn't like CustomMarshaler on returns, so string returns are Utf8StringPointer instead, which implicit converts to string 2019-07-02 13:52:04 +01:00
ClassVTable.cs win64 doesn't care about calling convention - but apprently il2cpp does, so we use CallingConvention.Cdecl on everthing 2019-07-02 13:37:34 +01:00
CodeWriter.cs ISteamInput generation 2019-06-19 11:33:16 +01:00
Constants.cs Internalise generated code 2016-11-02 20:22:11 +00:00
Enums.cs Create/Get leaderboard 2019-04-17 08:40:58 +01:00
GlobalFunctions.cs win64 doesn't care about calling convention - but apprently il2cpp does, so we use CallingConvention.Cdecl on everthing 2019-07-02 13:37:34 +01:00
Struct.cs StructPlatformPackSize instead of runtime Pack8 shit 2019-06-25 11:20:39 +01:00
Types.cs SteamTypes implement IComparable 2019-05-10 12:22:28 +01:00
Utility.cs Fixed struct packing regression 2019-04-16 15:25:35 +01:00
Writing.cs Put callback functions in the right order on non windows 2016-11-01 11:05:26 +00:00