Mercurial > mm7
comparison BSPModel.h @ 711:a5e587c8e30e
some cleaning
author | Gloval |
---|---|
date | Thu, 21 Mar 2013 23:10:57 +0400 |
parents | 9c0607679772 |
children | 33e360a9b4bf |
comparison
equal
deleted
inserted
replaced
709:af08fc9e29c8 | 711:a5e587c8e30e |
---|---|
1 #pragma once | 1 #pragma once |
2 #include "VectorTypes.h" | 2 #include "VectorTypes.h" |
3 | 3 |
4 | 4 |
5 #pragma pack(push, 1) | 5 #pragma pack(push, 1) |
6 struct BSPNode | 6 struct BSPNode //8 |
7 { | 7 { |
8 __int16 uFront; | 8 __int16 uFront; |
9 __int16 uBack; | 9 __int16 uBack; |
10 __int16 uCoplanarOffset; | 10 __int16 uCoplanarOffset; |
11 __int16 uCoplanarSize; | 11 __int16 uCoplanarSize; |