Skip to content

Instantly share code, notes, and snippets.

View stolk's full-sized avatar

Bram Stolk stolk

  • Game Studio Abraham Stolk Inc.
  • Vancouver
View GitHub Profile
#include <stdint.h>
typedef unsigned char U8;
typedef unsigned short U16;
typedef unsigned int U32;
typedef unsigned long long U64;
typedef intptr_t SINTa;
struct KernelState
{