view stru279.h @ 46:79a30ee1ecdb

Merge
author Nomad
date Mon, 22 Oct 2012 20:54:14 +0200
parents 8b8875f5b359
children
line wrap: on
line source

#pragma once


/*  273 */
#pragma pack(push, 1)
struct stru279
{
  //----- (0043B506) --------------------------------------------------------
  stru279()
  {
  this->field_4 = 0;
  this->field_8 = 0;
  this->field_C = 0;
  this->field_10 = 0;
  this->field_14 = 0;
  this->registry_debug_flags = 0;
  }


  int registry_debug_flags;
  int field_4;
  int field_8;
  int field_C;
  int field_10;
  int field_14;
};
#pragma pack(pop)
extern stru279 stru_51076C;