Mercurial > mm7
view stru160.h @ 1165:29a8defbad9e
temporary _CRT_SECURE_NO_WARNINGS to remove some warnings
removed double LOBYTE, LOWORD etd macro definitions
swprintf called with string size parameter
ErrD3D with too many params fix
1 or 2 other minor fixes
author | Grumpy7 |
---|---|
date | Tue, 04 Jun 2013 03:21:21 +0200 |
parents | 9c0607679772 |
children | 96a81634669e |
line wrap: on
line source
#pragma once /* 153 */ #pragma pack(push, 1) struct stru160 { inline stru160() {} inline stru160(float a, float b, float c): field_0(a), field_4(b), field_8(c) {} float field_0; float field_4; float field_8; }; #pragma pack(pop) #pragma pack(push, 1) struct stru16x: public stru160 { float field_C; }; #pragma pack(pop) extern stru160 array_4EB8B8[66]; extern stru160 array_4EBBD0[128]; extern __int32 array_4EBBD0_x[128*3];