view stru367.h @ 2037:7a9477135943

Renamed Math.h -> OurMath.h (file resolution was sometimes ambiguous) Added custom pre-compile build step (.swig -> .cxx)
author Nomad
date Fri, 22 Nov 2013 10:34:22 +0200
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;