Sleeping Wombat Common Library  0.50.0
swCommonLibrary
PhysicalProperties.h
1 #pragma once
2 
3 
5 
6 
7 namespace sw
8 {
9 
10 
11 
15 {
16  float Weight;
17  uint32 Length;
18  uint32 Height;
19 
20 // ================================ //
21 //
23  : Weight( 0 )
24  , Length( 0 )
25  , Height( 0 )
26  {}
27 };
28 
29 
30 } // sw
31 
32 
PhysicalProperties.
Definition: PhysicalProperties.h:14
Definition: Exception.h:11
Plik zawiera definicje podstawowych typów zmiennych.