Newer
Older
Import / applications / HighwayDash / ports / Tools / input.txt
@John John on 29 Dec 2020 204 bytes bulk import from macbookpro checkouts


struct Foo;
struct Blah;


struct RefClass
{
  RefClass(int x, int y, int z);

  void foo();
  void bar();

  Foo    value;
  byte   x;
  short  y;
  int    z;
  long   a;
  float  f;
  double g;
};