I hereby claim:
- I am cartman300 on github.
- I am cartmanium (https://keybase.io/cartmanium) on keybase.
- I have a public key whose fingerprint is 6724 7F09 5E60 FE6E CCB7 1CE9 B6C6 A348 881F 7CD4
To claim this, I am signing this object:
#include <Polycode.h> | |
#include <Polycode2DPhysics.h> | |
#include "Polyspace.h" | |
#include "PolycodeView.h" | |
#include "stdafx.h" | |
using namespace Polycode; | |
POLYCODE_CORE* core; |
I hereby claim:
To claim this, I am signing this object:
using System; | |
using System.Collections.Generic; | |
using System.Runtime.InteropServices; | |
namespace GSharp { | |
[UnmanagedFunctionPointer(CallingConvention.Cdecl)] | |
public delegate int LuaFunc(IntPtr L); | |
[UnmanagedFunctionPointer(CallingConvention.Cdecl)] | |
public delegate int LuaWriter(IntPtr L, IntPtr Data, int Size, IntPtr P); |