Sleeping Wombat Common Library
0.50.0
swCommonLibrary
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
TestUtils
TestClassHierarchy
Animals
Components
PhysicalProperties.h
1
#pragma once
2
3
4
#include "
swCommonLib/Common/TypesDefinitions.h
"
5
6
7
namespace
sw
8
{
9
10
11
14
struct
PhysicalProperties
15
{
16
float
Weight;
17
uint32 Length;
18
uint32 Height;
19
20
// ================================ //
21
//
22
PhysicalProperties
()
23
: Weight( 0 )
24
, Length( 0 )
25
, Height( 0 )
26
{}
27
};
28
29
30
}
// sw
31
32
sw::PhysicalProperties
PhysicalProperties.
Definition:
PhysicalProperties.h:14
sw
Definition:
Exception.h:11
TypesDefinitions.h
Plik zawiera definicje podstawowych typów zmiennych.
Generated on Thu May 31 2018 19:56:00 for Sleeping Wombat Common Library by
1.8.9.1