view StorylineTextTable.h @ 58:41cbaabde2cb

BLV render
author Nomad
date Thu, 25 Oct 2012 02:05:16 +0200
parents 8b8875f5b359
children
line wrap: on
line source

#pragma once




/*  173 */
#pragma pack(push, 1)
struct StorylineText
{
  void Initialize();

  int field_0;
  int field_4[87];
};
#pragma pack(pop)