view stru367.h @ 2239:699bd6ee5ad0

dword_F8B1B0 to dword_F8B1B0_MasteryBeingTaught, some final touches to _4B254D_SkillMasteryTeacher
author Grumpy7
date Sun, 23 Feb 2014 15:54:00 +0100
parents ff1867836af5
children
line wrap: on
line source

#pragma once

#include <array>

/*  152 */
#pragma pack(push, 1)
struct stru367
{
	bool direction;
	std::array<int, 13> field_4;
	std::array<int, 60> _view_transformed_x;
	std::array<int, 60> _view_transformed_y;
	std::array<int, 48> _view_transformed_z;
	std::array<int, 60> _screen_space_y;
	std::array<int, 60> _screen_space_x;
};
#pragma pack(pop)


//extern  const stru367 stru_367;