diff Engine/stru367.h @ 2499:68cdef6879a0

engine folder
author Ritor1
date Fri, 19 Sep 2014 02:57:42 +0600
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Engine/stru367.h	Fri Sep 19 02:57:42 2014 +0600
@@ -0,0 +1,20 @@
+#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;
\ No newline at end of file